PHP8.2 Deprecation in bundled Synfony http-foundation package
-
When activating the plugin in a WordPress environment with PHP 8.2 activated, there are deprecation messages shown from the Synfony HTTPFoundation package which is bundled in the plugin.
I think updating the bundled packages should resolve this issue.
[03-Jul-2024 14:19:13 UTC] PHP Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Volumes/data/projects/PROJECTNAME/wp-content/plugins/integration-dynamics/vendor/symfony/http-foundation/ParameterBag.php on line 224
[03-Jul-2024 14:19:13 UTC] PHP Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Volumes/data/projects/PROJECTNAME/wp-content/plugins/integration-dynamics/vendor/symfony/http-foundation/ParameterBag.php on line 234
[03-Jul-2024 14:19:13 UTC] PHP Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Volumes/data/projects/PROJECTNAME/wp-content/plugins/integration-dynamics/vendor/symfony/http-foundation/HeaderBag.php on line 283
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.