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 d03e960 commit 220ac59Copy full SHA for 220ac59
src/Forms/Container.php
@@ -34,7 +34,7 @@ class Container extends Nette\ComponentModel\Container implements \ArrayAccess
34
35
/**
36
* Fill-in with default values.
37
- * @param array|\Traversable values used to fill the form
+ * @param iterable values used to fill the form
38
* @param bool erase other default values?
39
* @return static
40
*/
@@ -50,7 +50,7 @@ public function setDefaults($values, $erase = FALSE)
50
51
52
* Fill-in with values.
53
54
* @param bool erase other controls?
55
56
* @internal
0 commit comments