Skip to content

Commit 6ec8263

Browse files
staabmmvorisek
andcommitted
comments
Co-authored-by: Michael Voříšek <[email protected]>
1 parent ab548bb commit 6ec8263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Analyser/nsrt/bug-13197b.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function execute(string $command): void
1616
$command,
1717
[
1818
['pipe', 'rb'],
19-
3 => ['pipe', 'wb'], // stdout
20-
5 => ['pipe', 'wb'], // stderr
19+
3 => ['pipe', 'wb'], // https://stackoverflow.com/questions/28909347/is-it-possible-to-connect-more-than-the-two-standard-streams-to-a-terminal-in-li#28909376
20+
5 => ['pipe', 'wb'],
2121
],
2222
$pipes
2323
);

0 commit comments

Comments
 (0)