Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.4 |
We're updating the Symfony Demo application to Symfony 3.4 (see symfony/demo#673). Most of the triggered deprecations make sense, but we're struggling with this one:
Why does that deprecation occur? We even exclude the entire Entity/
directory from autowiring:
App\:
resource: '../src/*'
exclude: '../src/{DataFixtures,Entity,Repository,Tests}'