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

v2.8.0 has an abstract problem #13

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago
PHP Fatal error:  Class WP_CLI\Bootstrap\IncludeFallbackAutoloader contains 1 abstract method 
and must therefore be declared abstract or implement the remaining methods 
(WP_CLI\Bootstrap\AutoloaderStep::get_autoloader_paths) in 
/home/travis/build/php-stubs/wp-cli-stubs/wp-cli-stubs.php on line 337
szepeviktor commented 1 year ago

Here is the suspect. https://github.com/wp-cli/wp-cli/blob/5274e68d439df060873bdc9fa3e486d4aeeddf6e/php/WP_CLI/Bootstrap/AutoloaderStep.php#L105

szepeviktor commented 1 year ago

get_autoloader_paths seems to be implemented. 🐞 A generator bug??

szepeviktor commented 1 year ago

https://github.com/php-stubs/wp-cli-stubs/releases/tag/v2.8.0