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
PHP Fatal error: Return value of Phalcon\Http\Message\AbstractRequest::withRequestTarget()
must be an instance of NULL, instance of Phalcon\Http\Message\ServerRequest returned
in Unknown on line 0
As I can see object return type hint is just a stub and never had a real handler inside Zephir.
The text was updated successfully, but these errors were encountered:
It seems
object
return type hint isn't properly handled by Zephir.cphalcon/phalcon/Http/Message/AbstractRequest.zep
Lines 128 to 137 in 3049c86
At least for the following code:
I get the following error:
As I can see
object
return type hint is just a stub and never had a real handler inside Zephir.The text was updated successfully, but these errors were encountered: