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
Line: 133
Warning: The offsetExists() method of the Pimple\Container class has a return type that is not compatible with the ArrayAccess interface. This can lead to issues in future PHP versions.
File: /usr/www/users/xxx/en/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php
Line: 98
Warning: The offsetGet() method of the Pimple\Container class has a return type that is not compatible with the ArrayAccess interface. This can lead to issues in future PHP versions.
While I realize these are just deprecation warnings and don't cause immediate issues, I love a clean PHP error log.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
I've been encountering deprecation warnings related to the Pimple library that's bundled with Gantry 5. The specific warnings are as follows:
File: /usr/www/users/xxx/en/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php
Line: 133
Warning: The offsetExists() method of the Pimple\Container class has a return type that is not compatible with the ArrayAccess interface. This can lead to issues in future PHP versions.
File: /usr/www/users/xxx/en/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php
Line: 98
Warning: The offsetGet() method of the Pimple\Container class has a return type that is not compatible with the ArrayAccess interface. This can lead to issues in future PHP versions.
While I realize these are just deprecation warnings and don't cause immediate issues, I love a clean PHP error log.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: