mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
lib: Fix PHPDoc of Form::setOnSuccess()
This commit is contained in:
parent
8728b3f125
commit
4dfac28393
@ -147,7 +147,7 @@ class Form extends Zend_Form
|
|||||||
/**
|
/**
|
||||||
* Set a callback that is called instead of this form's onSuccess method
|
* 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
|
* @param callable $onSuccess Callback
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user