Skip to content

Commit

Permalink
fix after Coding Standard fabbot check
Browse files Browse the repository at this point in the history
  • Loading branch information
mshavliuk committed May 21, 2019
1 parent e604494 commit ba590b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Process\Exception\ProcessTimedOutException;
use Symfony\Component\Process\Process;

require dirname(__DIR__).'/vendor/autoload.php';
require \dirname(__DIR__).'/vendor/autoload.php';

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

Expand Down

0 comments on commit ba590b7

Please sign in to comment.