We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaca40 commit 7d35d44Copy full SHA for 7d35d44
src/Forms/Container.php
@@ -26,7 +26,7 @@ class Container extends Nette\ComponentModel\Container implements \ArrayAccess
26
27
private const ARRAY = 'array';
28
29
- /** @var callable[]&(callable(Container): void)[]; Occurs when the form is validated */
+ /** @var callable[]&(callable(Container, mixed): void)[]; Occurs when the form is validated */
30
public $onValidate;
31
32
/** @var ControlGroup|null */
0 commit comments