Skip to content

Commit

Permalink
Remove aligned '=>' and '='
Browse files Browse the repository at this point in the history
  • Loading branch information
polc committed Nov 4, 2014
1 parent 8cf0045 commit dc88f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipes/WindowsPipes.php
Expand Up @@ -60,7 +60,7 @@ public function __construct($disableOutput, $input)
}

if (is_resource($input)) {
$this->input = $input;
$this->input = $input;
} else {
$this->inputBuffer = $input;
}
Expand Down

0 comments on commit dc88f75

Please sign in to comment.