monitoring: Use '@return $this' when documenting fluent interfaces in the backend configuration form
This commit is contained in:
parent
d595541d42
commit
2a1f12354e
|
@ -36,7 +36,7 @@ class BackendConfigForm extends ConfigForm
|
|||
*
|
||||
* @param Config $resources The resource configuration
|
||||
*
|
||||
* @return self
|
||||
* @return $this
|
||||
*
|
||||
* @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
|
||||
*
|
||||
* @return self
|
||||
* @return $this
|
||||
*
|
||||
* @throws InvalidArgumentException In case the backend does already exist
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue