Skip to content

Commit 4512e4a

Browse files
committed
minor #18591 [Best Practices] Remove annotations paragraph (alexandre-daubois)
This PR was merged into the 6.2 branch. Discussion ---------- [Best Practices] Remove annotations paragraph <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- e415d19 [Best Practices] Remove annotations paragraph
2 parents 9f415de + e415d19 commit 4512e4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

best_practices.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ Doctrine supports several metadata formats, but it's recommended to use PHP
207207
attributes because they are by far the most convenient and agile way of setting
208208
up and looking for mapping information.
209209

210-
If your PHP version doesn't support attributes yet, use annotations, which is
211-
similar but requires installing some extra dependencies in your project.
212-
213210
Controllers
214211
-----------
215212

0 commit comments

Comments
 (0)