We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503547a commit 0b28382Copy full SHA for 0b28382
1 file changed
bin/codestyle
@@ -7,7 +7,7 @@ use Blumilk\Codestyle\Tools\ComposerManifestScriptsInitializer;
7
use PhpCsFixer\Console\Application;
8
use Symfony\Component\Console\Input\StringInput;
9
10
-require_once __DIR__ . "/../autoload.php";
+require_once __DIR__ . "/../../../autoload.php";
11
12
if (isset($argv[1])) {
13
if ($argv[1] === "init") {
0 commit comments