wp-cli / php-cli-tools

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

PHP Deprecated: Creation of dynamic property cli\arguments\Lexer::$_item is deprecated #157

Closed aerogus closed 1 year ago

aerogus commented 1 year ago

Bug Report

php-cli-tools: v0.11.17 php: 8.2.4

Error message in logs :

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;
caferyukseloglu commented 1 year ago

Same issue stands php ^8.2

aerogus commented 1 year ago

I just created this pull request : https://github.com/wp-cli/php-cli-tools/pull/158

caferyukseloglu commented 1 year ago

Thank you returning dev-master

danielbachhuber commented 1 year ago

Fixed in https://github.com/wp-cli/php-cli-tools/pull/158