mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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…
x
Reference in New Issue
Block a user