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\Http\Response\Cookies::setSignKey has incorrect return type hint:
Phalcon\Http\Response\Cookies::setSignKey
cphalcon/phalcon/Http/Response/Cookies.zep
Lines 315 to 320 in d3e9463
Please note -> <CookieInterface> and return this;.
-> <CookieInterface>
return this;
But this NOT implements Phalcon\Http\Cookie\CookieInterface, it implements Phalcon\Http\Response\CookiesInterface. Missed s.
this
Phalcon\Http\Cookie\CookieInterface
Phalcon\Http\Response\CookiesInterface
s
The text was updated successfully, but these errors were encountered:
Fixed incorrect return type hint for setSignKey
726ece5
See: #14982
Fixed in 4.0.x branch
Sorry, something went wrong.
6af8c67
sergeyklay
Successfully merging a pull request may close this issue.
Phalcon\Http\Response\Cookies::setSignKey
has incorrect return type hint:cphalcon/phalcon/Http/Response/Cookies.zep
Lines 315 to 320 in d3e9463
Please note
-> <CookieInterface>
andreturn this;
.But
this
NOT implementsPhalcon\Http\Cookie\CookieInterface
, it implementsPhalcon\Http\Response\CookiesInterface
. Misseds
.The text was updated successfully, but these errors were encountered: