Cli/Command: Add @type PHPDoc to params

This commit is contained in:
Eric Lippmann 2014-12-30 14:33:36 +01:00
parent 9af46838b0
commit 8eb37d9d76
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ abstract class Command
{
protected $app;
protected $docs;
/**
* @type Params
*/
protected $params;
protected $screen;
protected $isVerbose;