You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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