PHP Deprecated Errors
-
I am getting the following PHP errors. Can you please update the plugin accordingly.
[01-Aug-2023 06:43:28 UTC] 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 /usr/www/users/account/wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[01-Aug-2023 06:43:28 UTC] 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 /usr/www/users/account/wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[01-Aug-2023 06:43:28 UTC] PHP Deprecated: Return type of Pimple\Container::offsetSet($id, $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 /usr/www/users/account/wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[01-Aug-2023 06:43:28 UTC] PHP Deprecated: Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/www/users/account/wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
The topic ‘PHP Deprecated Errors’ is closed to new replies.