Skip to content

Commit 31e422d

Browse files
committed
minor #1612 Remove obsolete doc link (rosier)
This PR was merged into the main branch. Discussion ---------- Remove obsolete doc link The link points to a doc page that doesn't exist anymore Commits ------- 2b9c0f1 Remove obsolete doc link
2 parents a25e1d1 + 2b9c0f1 commit 31e422d

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

src/Entity/Comment.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818

1919
/**
2020
* Defines the properties of the Comment entity to represent the blog comments.
21-
* See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class.
2221
*
23-
* Tip: if you have an existing database, you can generate these entity class automatically.
24-
* See https://symfony.com/doc/current/doctrine/reverse_engineering.html
22+
* See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class
2523
*
2624
* @author Ryan Weaver <weaverryan@gmail.com>
2725
* @author Javier Eguiluz <javier.eguiluz@gmail.com>

src/Entity/Post.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
*
2525
* See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class
2626
*
27-
* Tip: if you have an existing database, you can generate these entity class automatically.
28-
* See https://symfony.com/doc/current/doctrine/reverse_engineering.html
29-
*
3027
* @author Ryan Weaver <weaverryan@gmail.com>
3128
* @author Javier Eguiluz <javier.eguiluz@gmail.com>
3229
* @author Yonel Ceruto <yonelceruto@gmail.com>

src/Entity/User.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020

2121
/**
2222
* Defines the properties of the User entity to represent the application users.
23-
* See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class.
2423
*
25-
* Tip: if you have an existing database, you can generate these entity class automatically.
26-
* See https://symfony.com/doc/current/doctrine/reverse_engineering.html
24+
* See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class
2725
*
2826
* @author Ryan Weaver <weaverryan@gmail.com>
2927
* @author Javier Eguiluz <javier.eguiluz@gmail.com>

0 commit comments

Comments
 (0)