router
router copied to clipboard
Exception when using PHP 8.2 version
When using rareloop/router v6.0.2 in a server with PHP 8.2 I am getting the following exception:
Return type of Rareloop\Router\RouteParams::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Wondering if you would recommend to fork from master and refer to that forked repository or if there is plans to release a new version that handles these kind of incompatibilities with PHP 8.2