PHP Deprecated: Creation of dynamic property cli\arguments\Lexer::$_item is deprecated in /Users/aerogus/workspace/project/vendor/wp-cli/php-cli-tools/lib/cli/arguments/Lexer.php on line 113
if I add the following line in the file, the warning disapear
class Lexer extends Memoize implements \Iterator {
+ private $_item;
Bug Report
php-cli-tools: v0.11.17 php: 8.2.4
Error message in logs :
if I add the following line in the file, the warning disapear