Skip to content

Commit 2d0f815

Browse files
committed
One more style fix
1 parent e93b398 commit 2d0f815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Helper/Shell.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public function __construct(string $command, string $input = null, float $timeou
3232
}
3333

3434
$this->command = $command;
35-
$this->input = $input;
35+
$this->input = $input;
3636
$this->timeout = $timeout;
37-
$this->status = null;
37+
$this->status = null;
3838
}
3939

4040
private function getDescriptors()

0 commit comments

Comments
 (0)