Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.3 |
When using Symfony 3.3 and Flex, annotations support is not enabled by default. If you uncomment this config of config/routing.yaml
file:
controllers:
resource: ../src/Controller/
type: annotation
The browser displays a "Make sure annotations are enabled" message, but the application continues working, eats all CPU and finally crashes the browser:
I expected the application to finish once the error message is displayed.