You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in socialite/src/AbstractUser.php. Probably other methods should be type hinted.
offsetExists()
PHP Deprecated: Return type of Laravel\Socialite\AbstractUser::offsetExists($offset) 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/app/vendor/laravel/socialite/src/AbstractUser.php on line 146"
offsetGet()
Return type of Laravel\Socialite\AbstractUser::offsetGet($offset) 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/app/vendor/laravel/socialite/src/AbstractUser.php on
offsetSet()
Return type of Laravel\Socialite\AbstractUser::offsetSet($offset, $value) 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/app/vendor/laravel/socialite/src/AbstractUser.php
offsetUnset()
Return type of Laravel\Socialite\AbstractUser::offsetUnset($offset) 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/app/vendor/laravel/socialite/src/AbstractUser.php on
The text was updated successfully, but these errors were encountered:
Currently in
socialite/src/AbstractUser.php
. Probably other methods should be type hinted.offsetExists()
offsetGet()
offsetSet()
offsetUnset()
The text was updated successfully, but these errors were encountered: