monitoring: add description to @see tags in the backend configuration form

This commit is contained in:
Eric Lippmann 2014-12-30 09:43:35 +01:00
parent 2a1f12354e
commit 6a67b7fee3
1 changed files with 3 additions and 4 deletions

View File

@ -160,8 +160,6 @@ class BackendConfigForm extends ConfigForm
/** /**
* Populate the form in case a monitoring backend is being edited * Populate the form in case a monitoring backend is being edited
* *
* @see Form::onRequest()
*
* @throws ConfigurationError In case the backend name is missing in the request or is invalid * @throws ConfigurationError In case the backend name is missing in the request or is invalid
*/ */
public function onRequest() public function onRequest()
@ -181,7 +179,8 @@ class BackendConfigForm extends ConfigForm
} }
/** /**
* @see Form::createElements() * (non-PHPDoc)
* @see Form::createElements() For the method documentation.
*/ */
public function createElements(array $formData) public function createElements(array $formData)
{ {