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
In RouteNotFoundStrategy.php changed code when in getConsoleUsage methid local variable $table default value is false, changed to an array as after that in code it is used as an array, but for php8.1 it is not acceptable.
As this module is marked as an archive we are temporary fixing this part until in code we will use laminas-cli intead of this, so this changes are temporary solution which will allow us to use php8.1 until global changes will applied ad this module usage will be removed
0 commit comments