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…
Reference in New Issue