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
When updating PHP composer plugins, it automatically updates AltoRouter to v2.0.3. This version of AltoRouter is incompatible with Upstatement Routes v0.9.1.
I get the following error:
Uncaught TypeError: AltoRouter::map(): Argument #4 ($name) must be of type ?string, array given, called in /var/www/site/vendor/upstatement/routes/Routes.php on line 71 and defined in /var/www/site/vendor/altorouter/altorouter/AltoRouter.php:120
Hi,
When updating PHP composer plugins, it automatically updates AltoRouter to v2.0.3. This version of AltoRouter is incompatible with Upstatement Routes v0.9.1.
I get the following error:
with the following example code:
The origin of the problem is this:
It expects a string $name at the place of the $args but the array $args is given.
The text was updated successfully, but these errors were encountered: