From 5d1f2ada973cc85e45b17de42bd49f25288e0f00 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 3 Sep 2014 14:42:49 +0200 Subject: [PATCH] monitoring/commands: Fix `ToggleFeatureCommandForm::onSucces()'s PHPDoc refs #6593 --- .../forms/Command/Instance/ToggleFeatureCommandForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/forms/Command/Instance/ToggleFeatureCommandForm.php b/modules/monitoring/application/forms/Command/Instance/ToggleFeatureCommandForm.php index 40413cced..04ed706a0 100644 --- a/modules/monitoring/application/forms/Command/Instance/ToggleFeatureCommandForm.php +++ b/modules/monitoring/application/forms/Command/Instance/ToggleFeatureCommandForm.php @@ -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) {