You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #17995 [FrameworkBundle] enable_annotations is enabled by default (bastnic)
This PR was merged into the 6.2 branch.
Discussion
----------
[FrameworkBundle] enable_annotations is enabled by default
Not sure at 100% of the use of `FullStack` means [here](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L886), but in a default Symfony app `enable_annotations` seems to be true.
```bash
php bin/console config:dump-reference framework
```
```yaml
validation:
enabled: true
cache: ~
enable_annotations: true
# serializer configuration
serializer:
enabled: true
enable_annotations: true
```
cf #12953
Commits
-------
a540844 enable_annotations is enabled by default
0 commit comments