Skip to content

11.0.0 - 7 eleven

Latest
Compare
Choose a tag to compare
@mikey179 mikey179 released this 01 Jan 18:44
· 22 commits to main since this release
v11.0.0
4a17a7f

BC breaks

  • raised minimum required PHP version to 8.2
  • changed method declaration of stubbles\ioc\InjectionProvider::get() and stubbles\ioc\binding\Binding::getInstance() to include the return type hint mixed
  • changed type hint for param $name of stubbles\ioc\binding\Binding::getInstance() to string|ReflectionClass|null
  • changed return type hint of stubbles\Environment::registerExceptionHandler() and stubbles\Environment::registerErrorHandler() from none to bool|object
  • added mixed type hint to parameters and return values that were previously without any type hint