We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfdaa3 commit abd2b29Copy full SHA for abd2b29
stubs/Forms/Container.stub
@@ -6,7 +6,7 @@ use Nette\Utils\ArrayHash;
6
7
/**
8
* @property ArrayHash $values
9
- * @property-read \Iterator $controls
+ * @property-read \Iterator<array-key, mixed> $controls
10
* @property-read Form|null $form
11
* @phpstan-implements \ArrayAccess<string, \Nette\ComponentModel\IComponent>
12
*/
0 commit comments