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 dd5f5f7 commit fdb1f2aCopy full SHA for fdb1f2a
tools/ecs/ecs.php
@@ -10,7 +10,7 @@
10
return static function (ECSConfig $ecsConfig): void {
11
$ecsConfig->import(__DIR__ . '/vendor/brick/coding-standard/ecs.php');
12
13
- $libRootPath = __DIR__ . '/../../';
+ $libRootPath = realpath(__DIR__ . '/../..');
14
15
$ecsConfig->paths(
16
[
0 commit comments