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

Skip to content

Commit d014c0b

Browse files
mpociotstof
andauthored
Update src/Symfony/Component/Process/PhpExecutableFinder.php
Co-authored-by: Christophe Coevoet <stof@notk.org>
1 parent b091517 commit d014c0b

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' : '/bin');
85+
$dirs[] = $herdPath . \DIRECTORY_SEPARATOR . 'bin';
8686
}
8787

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

0 commit comments

Comments
 (0)
0