We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Phalcon version 5.1.2 Minor bug
Message
Phalcon\Mvc\Micro::handle(): instanceof expects an object instance
When checking finish handler there is no typof test
cphalcon/phalcon/Mvc/Micro.zep
Line 681 in bf9b70c
But for other handler like after there is a typeof === "object" https://github.com/phalcon/cphalcon/blob/v5.1.2/phalcon/Mvc/Micro.zep#L615
after
It's seem the fix was missing with this commit 30379b6#diff-f935028249fa6ba82f53d50fcb058af22c3cec8db674d7b875292bd9b573669d
The text was updated successfully, but these errors were encountered:
Resolved in #16241
Thank you @yannux
Sorry, something went wrong.
niden
Successfully merging a pull request may close this issue.
Phalcon version 5.1.2
Minor bug
Message
When checking finish handler there is no typof test
cphalcon/phalcon/Mvc/Micro.zep
Line 681 in bf9b70c
But for other handler like
after
there is a typeof === "object"https://github.com/phalcon/cphalcon/blob/v5.1.2/phalcon/Mvc/Micro.zep#L615
It's seem the fix was missing with this commit 30379b6#diff-f935028249fa6ba82f53d50fcb058af22c3cec8db674d7b875292bd9b573669d
The text was updated successfully, but these errors were encountered: