Skip to content

Commit b34cdbc

Browse files
Merge branch '5.4' into 6.2
* 5.4: CS fix [HttpKernel] Tests for DataCollector for #49320
2 parents 75ed641 + 4b842fc commit b34cdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpExecutableFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function find(bool $includeArgs = true): string|false
5454
$args = $includeArgs && $args ? ' '.implode(' ', $args) : '';
5555

5656
// PHP_BINARY return the current sapi executable
57-
if (\PHP_BINARY && \in_array(\PHP_SAPI, ['cgi-fcgi', 'cli', 'cli-server', 'phpdbg'], true)) {
57+
if (\PHP_BINARY && \in_array(\PHP_SAPI, ['cli', 'cli-server', 'phpdbg'], true)) {
5858
return \PHP_BINARY.$args;
5959
}
6060

0 commit comments

Comments
 (0)