diff --git a/src/Helper/Shell.php b/src/Helper/Shell.php index 7d6ce26..71cdf7b 100644 --- a/src/Helper/Shell.php +++ b/src/Helper/Shell.php @@ -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()