Skip to content

Functions without a type are ignored

Compare
Choose a tag to compare
@g105b g105b released this 04 Jul 11:36
· 4 commits to master since this release
c64d1bd

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

  • tweak: skip methods without a return type by @g105b in #139

Full Changelog: v1.3.0...v1.3.1