Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Fatal error on route group getHostname #16601

Closed
oleghind opened this issue May 31, 2024 · 1 comment · Fixed by #16602
Closed

[BUG]: Fatal error on route group getHostname #16601

oleghind opened this issue May 31, 2024 · 1 comment · Fixed by #16602
Assignees
Labels
5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium

Comments

@oleghind
Copy link

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.

@oleghind oleghind added bug A bug report status: unverified Unverified labels May 31, 2024
@niden niden mentioned this issue Jun 1, 2024
5 tasks
@niden niden self-assigned this Jun 1, 2024
@niden niden added status: medium Medium 5.0 The issues we want to solve in the 5.0 release and removed status: unverified Unverified labels Jun 1, 2024
@Jeckerson Jeckerson self-assigned this Jun 1, 2024
Jeckerson added a commit that referenced this issue Jun 1, 2024
@Jeckerson Jeckerson linked a pull request Jun 1, 2024 that will close this issue
5 tasks
Jeckerson added a commit that referenced this issue Jun 1, 2024
@Jeckerson Jeckerson linked a pull request Jun 1, 2024 that will close this issue
5 tasks
@niden
Copy link
Sponsor Member

niden commented Jun 2, 2024

Resolved in #16602

Thank you @oleghind

@niden niden closed this as completed Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium
Projects
Status: Implemented
3 participants