dunglas / DunglasActionBundle

Symfony controllers, redesigned
https://dunglas.fr/2016/01/dunglasactionbundle-symfony-controllers-redesigned/
MIT License
256 stars 14 forks source link

Fix #70 (anonymous classes should not be autowired) #74

Closed bpolaszek closed 7 years ago

bpolaszek commented 7 years ago

Fixing #70 On PHP7+, prevent anonymous classes from being autowired.

dunglas commented 7 years ago

Thanks @bpolaszek