From 8eb37d9d766769f49e634e22a8eaf305afdecd74 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 30 Dec 2014 14:33:36 +0100 Subject: [PATCH] Cli/Command: Add @type PHPDoc to params --- library/Icinga/Cli/Command.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/Icinga/Cli/Command.php b/library/Icinga/Cli/Command.php index 7546f871f..59d33ae4b 100644 --- a/library/Icinga/Cli/Command.php +++ b/library/Icinga/Cli/Command.php @@ -16,6 +16,10 @@ abstract class Command { protected $app; protected $docs; + + /** + * @type Params + */ protected $params; protected $screen; protected $isVerbose;