-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Invalid return type of Phalcon\Flash\AbstractFlash methods #14349
Comments
niden
added a commit
that referenced
this issue
Sep 7, 2019
niden
added a commit
that referenced
this issue
Sep 7, 2019
niden
added a commit
that referenced
this issue
Sep 7, 2019
niden
added a commit
that referenced
this issue
Sep 7, 2019
niden
added a commit
that referenced
this issue
Sep 7, 2019
…cphalcon into niden-T14359-tidy-up-di-classes * 'T14359-tidy-up-di-classes' of https://github.com/niden/cphalcon: [#14359] - Fixing appveyor [#14359] - Updated changelog [#14359] - Renamed Injectable again [#14359] - Trying require [#14359] - trying a hack for codeception [#14359] - Renamed DI classes to abstract* [#14349] - Updated the changelog [#14349] - Adjusting the interfaces again [#14349] - Corrected class name [#14349] - Added _before in the helper class [#14349] - Fixing test [#14349] - Fixing tests [#14349] - Correcting tests [#14349] - Changed the interfaces and added escaper to the constructor
niden
added a commit
that referenced
this issue
Sep 7, 2019
* niden-T14359-tidy-up-di-classes: [#14359] - Fixing appveyor [#14359] - Updated changelog [#14359] - Renamed Injectable again [#14359] - Trying require [#14359] - trying a hack for codeception [#14359] - Renamed DI classes to abstract* [#14349] - Updated the changelog [#14349] - Adjusting the interfaces again [#14349] - Corrected class name [#14349] - Added _before in the helper class [#14349] - Fixing test [#14349] - Fixing tests [#14349] - Correcting tests [#14349] - Changed the interfaces and added escaper to the constructor
Resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Following methods should always return
void
, notstring
:Phalcon\Flash\AbstractFlash::error
Phalcon\Flash\AbstractFlash::notice
Phalcon\Flash\AbstractFlash::success
Phalcon\Flash\AbstractFlash::warning
The text was updated successfully, but these errors were encountered: