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
There a few PHP Warnings in the plugin when running on PHP 8.2.
Deprecated: Optional parameter $sites declared before required parameter $opts is implicitly treated as a required parameter in /chroot/var/www/wp-content/plugins/block-catalog/includes/classes/CatalogCommand.php on line 410
Deprecated: Optional parameter $args declared before required parameter $opts is implicitly treated as a required parameter in /chroot/var/www/wp-content/plugins/block-catalog/includes/classes/CatalogCommand.php on line 431
Steps to Reproduce
With the Block Catalog Plugin active, on a PHP 8.2 environment.
Run any WP CLI command like, wp --help.
You will see a few PHP warnings that originate in the Block Catalog plugin.
Screenshots, screen recording, code snippet
No response
Environment information
PHP 8.2+
WordPress information
Any
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
There a few PHP Warnings in the plugin when running on PHP 8.2.
Steps to Reproduce
wp --help
.Screenshots, screen recording, code snippet
No response
Environment information
WordPress information
Code of Conduct
The text was updated successfully, but these errors were encountered: