Improve CS.

This commit is contained in:
Marco Vito Moscaritolo 2015-05-31 16:01:51 +02:00
commit 180bdcf4fe
6 changed files with 63 additions and 15 deletions

View file

@ -34,9 +34,19 @@ abstract class BaseCommandExecutor implements CommandExecutor
*/
protected $verbose;
/**
* @var string
*/
protected $lastOutput;
/**
* @var string
*/
protected $lastError;
/**
* @var bool
*/
public $logExecOutput = true;
/**