Skip to content

fix PHP Deprecated: Creation of dynamic property - #158

Merged
danielbachhuber merged 1 commit into
wp-cli:masterfrom
aerogus:master
Apr 4, 2023
Merged

fix PHP Deprecated: Creation of dynamic property#158
danielbachhuber merged 1 commit into
wp-cli:masterfrom
aerogus:master

Conversation

@aerogus

@aerogus aerogus commented Apr 2, 2023

Copy link
Copy Markdown
Contributor

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

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

Copy link
Copy Markdown
@danielbachhuber danielbachhuber added this to the 0.11.18 milestone Apr 4, 2023

@danielbachhuber danielbachhuber left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@danielbachhuber
danielbachhuber merged commit 0f503a7 into wp-cli:master Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants