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.
1 parent cb87700 commit 203d87cCopy full SHA for 203d87c
.php-cs-fixer.php
@@ -2,7 +2,7 @@
2
3
/** @var PhpCsFixer\Config $config */
4
if (isset($_SERVER['argv']) && $_SERVER['argv'][3]) {
5
- $config = require dirname($_SERVER['argv'][3], 3) . '/magento/src/.php-cs-fixer.dist.php';
+ $config = require dirname($_SERVER['argv'][3], 3) . '/.php-cs-fixer.dist.php';
6
} else {
7
$config = require __DIR__ . '/../../../.php-cs-fixer.dist.php';
8
}
0 commit comments