Improve CS.
This commit is contained in:
parent
7d9e065963
commit
180bdcf4fe
6 changed files with 63 additions and 15 deletions
|
|
@ -34,9 +34,19 @@ abstract class BaseCommandExecutor implements CommandExecutor
|
|||
*/
|
||||
protected $verbose;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $lastOutput;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $lastError;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public $logExecOutput = true;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue