Skip to content

Commit ba590b7

Browse files
author
mshavliuk
committed
fix after Coding Standard fabbot check
1 parent e604494 commit ba590b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Tests/ErrorProcessInitiator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Process\Exception\ProcessTimedOutException;
1515
use Symfony\Component\Process\Process;
1616

17-
require dirname(__DIR__).'/vendor/autoload.php';
17+
require \dirname(__DIR__).'/vendor/autoload.php';
1818

1919
list('e' => $php) = getopt('e:') + ['e' => 'php'];
2020

0 commit comments

Comments
 (0)