From 2b9c0f12843e5d5e38a33eb33b4b04768ea11f5c Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Thu, 9 Oct 2025 20:39:09 +0200 Subject: [PATCH] Remove obsolete doc link --- src/Entity/Comment.php | 4 +--- src/Entity/Post.php | 3 --- src/Entity/User.php | 4 +--- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/Entity/Comment.php b/src/Entity/Comment.php index fe8e80bdf..cc55a5d1b 100644 --- a/src/Entity/Comment.php +++ b/src/Entity/Comment.php @@ -18,10 +18,8 @@ /** * Defines the properties of the Comment entity to represent the blog comments. - * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class. * - * Tip: if you have an existing database, you can generate these entity class automatically. - * See https://symfony.com/doc/current/doctrine/reverse_engineering.html + * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class * * @author Ryan Weaver * @author Javier Eguiluz diff --git a/src/Entity/Post.php b/src/Entity/Post.php index e26524d81..dbb43127d 100644 --- a/src/Entity/Post.php +++ b/src/Entity/Post.php @@ -24,9 +24,6 @@ * * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class * - * Tip: if you have an existing database, you can generate these entity class automatically. - * See https://symfony.com/doc/current/doctrine/reverse_engineering.html - * * @author Ryan Weaver * @author Javier Eguiluz * @author Yonel Ceruto diff --git a/src/Entity/User.php b/src/Entity/User.php index de676026b..1253764f2 100644 --- a/src/Entity/User.php +++ b/src/Entity/User.php @@ -20,10 +20,8 @@ /** * Defines the properties of the User entity to represent the application users. - * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class. * - * Tip: if you have an existing database, you can generate these entity class automatically. - * See https://symfony.com/doc/current/doctrine/reverse_engineering.html + * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class * * @author Ryan Weaver * @author Javier Eguiluz