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
Current return type hint of the Phalcon\Db\Column::getAfterPosition implies that method must return an string value:
Phalcon\Db\Column::getAfterPosition
cphalcon/phalcon/Db/Column.zep
Lines 443 to 449 in 0532760
But this method MAY return NULL:
Lines 208 to 214 in 0532760
and this leads to a fatal error:
PHP Fatal error: Return value of Phalcon\Db\Column::getAfterPosition() must be of the type string, null returned in Unknown on line 0
The text was updated successfully, but these errors were encountered:
Fixed return type hint for Column::getAfterPosition
425c074
See: #15021
Fixed in 4.0.x branch
Sorry, something went wrong.
f18151f
sergeyklay
Successfully merging a pull request may close this issue.
Current return type hint of the
Phalcon\Db\Column::getAfterPosition
implies that method must return an string value:cphalcon/phalcon/Db/Column.zep
Lines 443 to 449 in 0532760
But this method MAY return NULL:
cphalcon/phalcon/Db/Column.zep
Lines 208 to 214 in 0532760
and this leads to a fatal error:
The text was updated successfully, but these errors were encountered: