Open weaverryan opened 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).
use
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).