rtCamp / login-with-google

Minimal plugin which allows WordPress user to login with google.
https://wordpress.org/plugins/login-with-google/
GNU General Public License v2.0
57 stars 17 forks source link

PHP Deprecated notices visible with PHP8.1. #161

Closed pavanpatil1 closed 10 months ago

pavanpatil1 commented 10 months ago

Below PHP warnings are visible after activating the plugins with the PHP8.1.9

PHP Deprecated: Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Users\win 10\Local Sites\login-with-googlecom\app\public\wp-content\plugins\login-with-google\vendor\pimple\pimple\src\Pimple\Container.php on line 133 PHP Deprecated: Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Users\win 10\Local Sites\login-with-googlecom\app\public\wp-content\plugins\login-with-google\vendor\pimple\pimple\src\Pimple\Container.php on line 98

image