From dc084fc0cc9f01634f71241d19c4fe5ee588ae4e Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Mon, 10 May 2021 17:04:25 +0200 Subject: [PATCH] CliRunner: coding style --- src/Runners/CliRunner.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Runners/CliRunner.php b/src/Runners/CliRunner.php index da9c48a..0acacd7 100644 --- a/src/Runners/CliRunner.php +++ b/src/Runners/CliRunner.php @@ -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 = '';