monitoring/commands: Fix `ToggleFeatureCommandForm::onSucces()'s PHPDoc

refs #6593
This commit is contained in:
Eric Lippmann 2014-09-03 14:42:49 +02:00
parent 2025fb3a2f
commit 5d1f2ada97
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{