Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Labels
Description
Currently, the documentation is composed of a mix between annotations and attributes in the different code examples.
For example, the Mercure documentation uses Doctrine attributes while theSerializer documentation use Annotations.
Same goes for theController documentation and theMailer documentation with theRoute annotation/attribute!
The support for annotationhas been recently dropped in the maker bundle for Entities and theRoute attribute is already use when generating Controller,
So, in order to be consistent everywhere, wouldn't it be interesting to replace annotations with attributes when possible?