Skip to content

Commit 71dae37

Browse files
committed
move the binary to resources
1 parent b5695b4 commit 71dae37

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Util/TemplateLinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private function setBinary(): void
5959
return;
6060
}
6161

62-
$this->phpCsFixerBinaryPath = \dirname(__DIR__).'/Bin/php-cs-fixer-v3.13.0.phar';
62+
$this->phpCsFixerBinaryPath = \dirname(__DIR__).'/Resources/bin/php-cs-fixer-v3.13.0.phar';
6363
}
6464

6565
private function setConfig(): void

0 commit comments

Comments
 (0)