monitoring: use @type instead of @var in the backend configuration form
This commit is contained in:
parent
6a67b7fee3
commit
27110ce594
|
@ -18,7 +18,7 @@ class BackendConfigForm extends ConfigForm
|
|||
/**
|
||||
* The available monitoring backend resources split by type
|
||||
*
|
||||
* @var array
|
||||
* @type array
|
||||
*/
|
||||
protected $resources;
|
||||
|
||||
|
|
Loading…
Reference in New Issue