monitoring: add description to @see tags in the backend configuration form
This commit is contained in:
parent
2a1f12354e
commit
6a67b7fee3
|
@ -160,8 +160,6 @@ class BackendConfigForm extends ConfigForm
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue