Skip to content

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

@aerogus

Description

@aerogus

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions