8000 Update src/Symfony/Component/Process/PhpExecutableFinder.php · symfony/symfony@3af06f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3af06f1

Browse files
mpociotwouterj
andauthored
Update src/Symfony/Component/Process/PhpExecutableFinder.php
Co-authored-by: Wouter de Jong <wouterj@users.noreply.github.com>
1 parent d014c0b commit 3af06f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/PhpExecutableFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function find(bool $includeArgs = true): string|false
8282
}
8383

8484
if ($herdPath = getenv('HERD_HOME')) {
85-
$dirs[] = $herdPath . \DIRECTORY_SEPARATOR . 'bin';
85+
$dirs[] = $herdPath.\DIRECTORY_SEPARATOR.'bin';
8686
}
8787

8888
return $this->executableFinder->find('php', false, $dirs);

0 commit comments

Comments
 (0)
0