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.
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
.