Skip to content

Commit 5a4fce1

Browse files
committed
Fix again
1 parent 0871fe6 commit 5a4fce1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

finder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
->notPath('wp-settings-cli.php')
88
// FeedbackMethodTrait is used
99
// ->notPath('WP_CLI/Compat')
10-
->notPath('WP_CLI/Compat/FeedbackMethodTrait.php')
1110
->notPath('WP_CLI/Compat/Min_PHP_5_4')
1211
// These two need composer/composer
1312
->notPath('WP_CLI/ComposerIO.php')

wp-cli-stubs.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,12 @@ public function feedback($string, ...$args)
713713
}
714714
}
715715
}
716+
namespace WP_CLI\Compat {
717+
trait FeedbackMethodTrait
718+
{
719+
use \WP_CLI\Compat\Min_PHP_5_6\FeedbackMethodTrait;
720+
}
721+
}
716722
namespace WP_CLI {
717723
class Completions
718724
{

0 commit comments

Comments
 (0)