monitoring/configuration.php: Prefer @type over @var

This commit is contained in:
Eric Lippmann 2014-12-09 12:55:12 +01:00
parent da575910e6
commit 19d89f0a67
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/** @var $this \Icinga\Application\Modules\Module */
/** @type $this \Icinga\Application\Modules\Module */
$this->providePermission(
'monitoring/command/*',