monitoring: Use '@return $this' when documenting fluent interfaces in the backend configuration form

This commit is contained in:
Eric Lippmann 2014-12-30 09:41:22 +01:00
parent d595541d42
commit 2a1f12354e
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class BackendConfigForm extends ConfigForm
* *
* @param Config $resources The resource configuration * @param Config $resources The resource configuration
* *
* @return self * @return $this
* *
* @throws ConfigurationError In case there are no valid monitoring backend resources * @throws ConfigurationError In case there are no valid monitoring backend resources
*/ */
@ -64,7 +64,7 @@ class BackendConfigForm extends ConfigForm
* *
* @param array $values The values to extend the configuration with * @param array $values The values to extend the configuration with
* *
* @return self * @return $this
* *
* @throws InvalidArgumentException In case the backend does already exist * @throws InvalidArgumentException In case the backend does already exist
*/ */