monitoring: use @type instead of @var in the backend configuration form

This commit is contained in:
Eric Lippmann 2014-12-30 09:44:33 +01:00
parent 6a67b7fee3
commit 27110ce594
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class BackendConfigForm extends ConfigForm
/**
* The available monitoring backend resources split by type
*
* @var array
* @type array
*/
protected $resources;