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
The new version settings [v2.1.1] has been released. This problem started from version 2.1.1.
Error: Cannot call method forget() on array|bool|float|int|object|string|void. ------ ------------------------------------------------------------------ Line tests/Authentication/Authenticators/SessionAuthenticatorTest.php ------ ------------------------------------------------------------------ 112 Cannot call method forget() on array|bool|float|int|object|string|void. ------ ------------------------------------------------------------------
see https://github.com/codeigniter4/shield/actions/runs/4960040688/jobs/8876233138?pr=736
Temporary solution:
-setting()->forget('Cookie.prefix'); +service('settings')->forget('Cookie.prefix');
shield/tests/Authentication/Authenticators/SessionAuthenticatorTest.php
Lines 82 to 113 in 8123388
The text was updated successfully, but these errors were encountered:
Sent PR to fix too sketchy @return. codeigniter4/settings#78
@return
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The new version settings [v2.1.1] has been released. This problem started from version 2.1.1.
see https://github.com/codeigniter4/shield/actions/runs/4960040688/jobs/8876233138?pr=736
Temporary solution:
shield/tests/Authentication/Authenticators/SessionAuthenticatorTest.php
Lines 82 to 113 in 8123388
The text was updated successfully, but these errors were encountered: