Skip to content

Commit fdb1f2a

Browse files
committed
Use realpath() in ecs.php
1 parent dd5f5f7 commit fdb1f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ecs/ecs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
return static function (ECSConfig $ecsConfig): void {
1111
$ecsConfig->import(__DIR__ . '/vendor/brick/coding-standard/ecs.php');
1212

13-
$libRootPath = __DIR__ . '/../../';
13+
$libRootPath = realpath(__DIR__ . '/../..');
1414

1515
$ecsConfig->paths(
1616
[

0 commit comments

Comments
 (0)