Skip to content

Commit

Permalink
One more style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sushilkg committed Sep 1, 2018
1 parent e93b398 commit 2d0f815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Helper/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ public function __construct(string $command, string $input = null, float $timeou
}

$this->command = $command;
$this->input = $input;
$this->input = $input;
$this->timeout = $timeout;
$this->status = null;
$this->status = null;
}

private function getDescriptors()
Expand Down

0 comments on commit 2d0f815

Please sign in to comment.