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.
Method param default value change, Collector::cache(bool $hasClosures = false)
PHP warning fixed being thrown when cached route is marked as "hasClosures" and the route does not have closures: "PHP Warning:
Undefined array key "handler" in quick-route/src/Router/Cache.php on line 33
PHPStan error fixed: "Parameter #1 $name of method QuickRoute\Crud::parameter() expects string, string|null given in Crud.php at line 85."