Skip to content

Enable autowiring for Symfony via type hinting

Choose a tag to compare

@GabrielAnca GabrielAnca released this 27 Aug 10:27
· 45 commits to master since this release

This is a minor patch that adds type hinting to constructors and some other methods for enhanced security and enhanced compatibility with the Symfony4 autowiring features. See #282 for more details.

None of the methods where type hinting was added would have worked if the incorrect types were passed through, so this change is fully backwards compatible.