PluginProbe
Auto Alt Text / trunk
Auto Alt Text vtrunk
3.0.3 2.8.2 1.3.1 1.3.2 2.0.0 2.1.0 2.1.1 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.7.0 2.8.0 2.8.1 All 28 releases
← All changes | phpstan-bootstrap.php +8 -0 2.7.0trunk View file →
@@ -21,4 +21,12 @@
21 21
22 22 if (!defined('AATXT_LANGUAGES_RELATIVE_PATH')) {
23 23 define('AATXT_LANGUAGES_RELATIVE_PATH', 'auto-alt-text/languages/');
24 24 }
25 +
26 +// Stub for the WP-CLI base class, not included in the WordPress stubs,
27 +// so PHPStan can analyze src/App/CLI/AutoAltTextCommand.php.
28 +if (!class_exists('WP_CLI_Command')) {
29 + class WP_CLI_Command
30 + {
31 + }
32 +}