Skip to content

Commit dc084fc

Browse files
committed
CliRunner: coding style
1 parent 0d437f2 commit dc084fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Runners/CliRunner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public function run($cwd, array $args, array $env = NULL)
5353
}
5454

5555
// Reset output and error
56-
stream_set_blocking($pipes[1], false);
57-
stream_set_blocking($pipes[2], false);
56+
stream_set_blocking($pipes[1], FALSE);
57+
stream_set_blocking($pipes[2], FALSE);
5858
$stdout = '';
5959
$stderr = '';
6060

0 commit comments

Comments
 (0)