Skip to content

v3.8.1

Compare
Choose a tag to compare
@Ahmard Ahmard released this 22 Jun 18:53
· 4 commits to master since this release
fa37f1d
  • 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."