lib: Fix PHPDoc of Form::setOnSuccess()

This commit is contained in:
Eric Lippmann 2014-12-18 17:21:06 +01:00
parent 8728b3f125
commit 4dfac28393
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class Form extends Zend_Form
/**
* Set a callback that is called instead of this form's onSuccess method
*
* It is called using the following signature: (Request $request, Form $form).
* It is called using the following signature: (Form $this).
*
* @param callable $onSuccess Callback
*