Commit a540844
authored
enable_annotations is enabled by default
Not sure at 100% of the use of `FullStack` means, but in a default Symfony app `enable_annotations` is always 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
```1 parent 787c341 commit a540844
1 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