wp-cli / php-cli-tools

A collection of tools to help with PHP command line utilities
MIT License
671 stars 117 forks source link

fix PHP Deprecated: Creation of dynamic property #158

Closed aerogus closed 1 year ago

aerogus commented 1 year ago

avoid the following error in php 8.2.* : PHP Deprecated: Creation of dynamic property cli\arguments\Lexer::$_item is deprecated in wp-cli/php-cli-tools/lib/cli/arguments/Lexer.php on line 113

caferyukseloglu commented 1 year ago

@danielbachhuber