Skip to content

Commit 57dc7d5

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: fixed CS fixed CS [HttpKernel] Remove TestEventDispatcher.
2 parents efd677a + c2f31ab commit 57dc7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ private function resolveCommands($value)
401401
throw new \LogicException('Resolving commands requires the Symfony Process component.');
402402
}
403403

404-
$process = \method_exists(Process::class, 'fromShellCommandline') ? Process::fromShellCommandline('echo '.$matches[0]) : new Process('echo '.$matches[0]);
404+
$process = method_exists(Process::class, 'fromShellCommandline') ? Process::fromShellCommandline('echo '.$matches[0]) : new Process('echo '.$matches[0]);
405405
$process->inheritEnvironmentVariables(true);
406406
$process->setEnv($this->values);
407407
try {

0 commit comments

Comments
 (0)