We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phpcs-baseline
1 parent e6c8a03 commit 9ee893eCopy full SHA for 9ee893e
bin/phpcs-baseline
@@ -10,7 +10,7 @@ $_SERVER['argv'][] = '--report-file=phpcs.baseline.xml';
10
$_SERVER['argv'][] = '--basepath=.';
11
12
// invoke phpcs. find it next to this file or in vendor/bin
13
-foreach([__DIR__ . '/phpcs', __DIR__ . '/../vendor/bin/phpcs'] as $path) {
+foreach([__DIR__ . '/phpcs', __DIR__ . '/../vendor/bin/phpcs', __DIR__ . '/../../bin/phpcs'] as $path) {
14
if (file_exists($path)) {
15
require $path;
16
return;
0 commit comments