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
There is a fatal error when using Route Group without hostname restriction. PHP Fatal error: Phalcon\Mvc\Router\Group::getHostname(): Return value must be of type string, null returned in Unknown on line 0
I suggest changing functions return type to string | null instead of just string.
The text was updated successfully, but these errors were encountered:
There is a fatal error when using Route Group without hostname restriction.
PHP Fatal error: Phalcon\Mvc\Router\Group::getHostname(): Return value must be of type string, null returned in Unknown on line 0
I suggest changing functions return type to
string | null
instead of juststring
.The text was updated successfully, but these errors were encountered: