weaverryan / the-open-source-list

Ryan's ongoing list of things that he things he'd love someone (or himself) to do in the open source world
12 stars 1 forks source link

Symfony: Autowiring on non-existent class should throw exception #2

Open weaverryan opened 8 years ago

weaverryan commented 8 years ago

I wish Symfony auto-wiring would throw an exception if it fails to auto-wire an argument because the class you've type-hinted it with is non-existent (e.g. you forgot the use statement).