Skip to content

Commit

Permalink
fix quality issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ratikant-singh committed May 26, 2022
1 parent cb87700 commit 203d87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/** @var PhpCsFixer\Config $config */
if (isset($_SERVER['argv']) && $_SERVER['argv'][3]) {
$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';
} else {
$config = require __DIR__ . '/../../../.php-cs-fixer.dist.php';
}
Expand Down

0 comments on commit 203d87c

Please sign in to comment.