mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
monitoring: Fix PHPDoc in CommandForm
This commit is contained in:
parent
901e6754eb
commit
36a5ec3e17
@ -16,7 +16,7 @@ abstract class CommandForm extends Form
|
|||||||
/**
|
/**
|
||||||
* Monitoring backend
|
* Monitoring backend
|
||||||
*
|
*
|
||||||
* @var Backend
|
* @var MonitoringBackend
|
||||||
*/
|
*/
|
||||||
protected $backend;
|
protected $backend;
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ abstract class CommandForm extends Form
|
|||||||
/**
|
/**
|
||||||
* Get the monitoring backend
|
* Get the monitoring backend
|
||||||
*
|
*
|
||||||
* @return Backend
|
* @return MonitoringBackend
|
||||||
*/
|
*/
|
||||||
public function getBackend()
|
public function getBackend()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user