monitoring/commands: Fix `ToggleFeatureCommandForm::onSucces()'s PHPDoc
refs #6593
This commit is contained in:
parent
2025fb3a2f
commit
5d1f2ada97
|
@ -78,7 +78,7 @@ abstract class ToggleFeatureCommandForm extends CommandForm
|
|||
|
||||
/**
|
||||
* (non-PHPDoc)
|
||||
* @see \Icinga\Web\Form::createElements() For the method documentation.
|
||||
* @see \Icinga\Web\Form::onSuccess() For the method documentation.
|
||||
*/
|
||||
public function onSuccess(Request $request)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue