Cli/Command: Add @type PHPDoc to params
This commit is contained in:
parent
9af46838b0
commit
8eb37d9d76
|
@ -16,6 +16,10 @@ abstract class Command
|
|||
{
|
||||
protected $app;
|
||||
protected $docs;
|
||||
|
||||
/**
|
||||
* @type Params
|
||||
*/
|
||||
protected $params;
|
||||
protected $screen;
|
||||
protected $isVerbose;
|
||||
|
|
Loading…
Reference in New Issue