From dc88f75d1c07791e5733f90be747961dce26cf05 Mon Sep 17 00:00:00 2001 From: Disquedur Date: Tue, 4 Nov 2014 15:29:39 +0100 Subject: [PATCH] Remove aligned '=>' and '=' --- Pipes/WindowsPipes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipes/WindowsPipes.php b/Pipes/WindowsPipes.php index b8335dd8..ecdf50ee 100644 --- a/Pipes/WindowsPipes.php +++ b/Pipes/WindowsPipes.php @@ -60,7 +60,7 @@ public function __construct($disableOutput, $input) } if (is_resource($input)) { - $this->input = $input; + $this->input = $input; } else { $this->inputBuffer = $input; }