mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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 $app;
|
||||||
protected $docs;
|
protected $docs;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @type Params
|
||||||
|
*/
|
||||||
protected $params;
|
protected $params;
|
||||||
protected $screen;
|
protected $screen;
|
||||||
protected $isVerbose;
|
protected $isVerbose;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user