Skip to content

Commit

Permalink
Removes 7.4 features
Browse files Browse the repository at this point in the history
  • Loading branch information
spamoom committed Jul 27, 2020
1 parent 0ded038 commit 725369e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/Helpers/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

class Process
{
protected bool $echoOnFailure = true;
protected bool $echoLineByLineOutput = true;
protected $echoOnFailure = true;
protected $echoLineByLineOutput = true;

protected int $timeout = 60;
protected array $environmentVars = [];
protected array $arguments = [];
protected $timeout = 60;
protected $environmentVars = [];
protected $arguments = [];
protected $process;

public function withCommand(array $arguments)
Expand Down

0 comments on commit 725369e

Please sign in to comment.