Functions without a type are ignored
In this minor patch release, we skip any functions on the ServiceContainer that do not have a return type noted. This is so, when extending your own ServiceContainer, you will be allowed to put logic in the constructor (constructors are not allowed to have a return type).
What's Changed
Full Changelog: v1.3.0...v1.3.1