PHP Deprecated: Return type of Inpsyde\Wonolog\Processor\ProcessorsRegistry::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/local/wordpress/vendor/inpsyde/wonolog/src/Processor/ProcessorsRegistry.php on line 93
Reproduction instructions
Log into the admin, and note tailed error logs.
Expected behavior
No logs.
Environment info
Wonolog ^1.0
WordPress 6.0
PHP 8.1
Relevant log output
PHP Deprecated: Return type of Inpsyde\Wonolog\Processor\ProcessorsRegistry::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/local/wordpress/vendor/inpsyde/wonolog/src/Processor/ProcessorsRegistry.php on line 93
Description of the bug
PHP deprecation notice in PHP 8.1.
Reproduction instructions
Log into the admin, and note tailed error logs.
Expected behavior
No logs.
Environment info
Relevant log output
Additional context
See code examples for
#[\ReturnTypeWillChange]
fix in core: https://github.com/WordPress/wordpress-develop/search?q=%23%5BReturnTypeWillChange%5DCode of Conduct