mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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
|
||||
*
|
||||
* @var Backend
|
||||
* @var MonitoringBackend
|
||||
*/
|
||||
protected $backend;
|
||||
|
||||
@ -36,7 +36,7 @@ abstract class CommandForm extends Form
|
||||
/**
|
||||
* Get the monitoring backend
|
||||
*
|
||||
* @return Backend
|
||||
* @return MonitoringBackend
|
||||
*/
|
||||
public function getBackend()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user