From 2d0f815d92063189ff26228df796872a23e33e32 Mon Sep 17 00:00:00 2001 From: Sushil Gupta Date: Sat, 1 Sep 2018 19:41:14 +0545 Subject: [PATCH] One more style fix --- src/Helper/Shell.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()