Commit 69f718c
committed
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 default1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2512 | 2512 | | |
2513 | 2513 | | |
2514 | 2514 | | |
2515 | | - | |
| 2515 | + | |
2516 | 2516 | | |
2517 | 2517 | | |
2518 | 2518 | | |
| |||
2720 | 2720 | | |
2721 | 2721 | | |
2722 | 2722 | | |
2723 | | - | |
| 2723 | + | |
2724 | 2724 | | |
2725 | 2725 | | |
2726 | 2726 | | |
| |||
0 commit comments