router icon indicating copy to clipboard operation
router copied to clipboard

Exception when using PHP 8.2 version

Open jgsanchezg opened this issue 2 years ago • 0 comments

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

jgsanchezg avatar Aug 18 '23 23:08 jgsanchezg