You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Forms/Form.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ class Form extends Container implements Nette\Utils\IHtmlString
81
81
/** @internal protection token ID */
82
82
publicconstPROTECTOR_ID = '_token_';
83
83
84
-
/** @var callable[]&((callable(Form, array): void)|(callable(Form, ArrayHash): void))[]; Occurs when the form is submitted and successfully validated */
84
+
/** @var callable[]&((callable(Form, mixed): void))[]; Occurs when the form is submitted and successfully validated */
85
85
public$onSuccess;
86
86
87
87
/** @var callable[]&(callable(Form): void)[]; Occurs when the form is submitted and is not valid */
0 commit comments