Skip to content
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

Migration to PHP 8.1 - how to fix Deprecated Passing #5

Open
yamahdico opened this issue Aug 1, 2023 · 0 comments
Open

Migration to PHP 8.1 - how to fix Deprecated Passing #5

yamahdico opened this issue Aug 1, 2023 · 0 comments

Comments

@yamahdico
Copy link

Deprecated: Return type of Base::offsetexists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/.../vendor/bcosca/fatfree-core/base.php on line 2232

Deprecated: Return type of & Base::offsetget($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/.../vendor/bcosca/fatfree-core/base.php on line 2251

Deprecated: Return type of Base::offsetset($key, $val) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/.../vendor/bcosca/fatfree-core/base.php on line 2242

Deprecated: Return type of Base::offsetunset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/.../vendor/bcosca/fatfree-core/base.php on line 2260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant