Skip to content

Commit

Permalink
CliRunner: coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 10, 2021
1 parent 0d437f2 commit dc084fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Runners/CliRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public function run($cwd, array $args, array $env = NULL)
}

// Reset output and error
stream_set_blocking($pipes[1], false);
stream_set_blocking($pipes[2], false);
stream_set_blocking($pipes[1], FALSE);
stream_set_blocking($pipes[2], FALSE);
$stdout = '';
$stderr = '';

Expand Down

0 comments on commit dc084fc

Please sign in to comment.