php-stubs / wp-cli-stubs

WP-CLI function and class declaration stubs for static analysis.
https://packagist.org/packages/php-stubs/wp-cli-stubs
MIT License
23 stars 2 forks source link

WP CLI 2.6.0 stubs? #9

Closed kkmuffme closed 2 years ago

kkmuffme commented 2 years ago

https://packagist.org/packages/wp-cli/wp-cli is @ 2.6.0

https://github.com/php-stubs/wp-cli-stubs/tags is @ 2.5.0

szepeviktor commented 2 years ago

Yes, this is a sleeping project.

kkmuffme commented 2 years ago

Do you accept PRs? Since there are a couple projects that rely on these CLI stubs

szepeviktor commented 2 years ago

Here you go @kkmuffme https://github.com/php-stubs/wp-cli-stubs/releases/tag/v2.6.0

kkmuffme commented 2 years ago

Thank you