monitoring: Fix PHPDoc in CommandForm

This commit is contained in:
Eric Lippmann 2015-07-28 12:20:03 +02:00
parent 901e6754eb
commit 36a5ec3e17
1 changed files with 2 additions and 2 deletions

View File

@ -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()
{ {