Skip to content

Commit abd2b29

Browse files
Add missing generics (#186)
1 parent adfdaa3 commit abd2b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Forms/Container.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Nette\Utils\ArrayHash;
66

77
/**
88
* @property ArrayHash $values
9-
* @property-read \Iterator $controls
9+
* @property-read \Iterator<array-key, mixed> $controls
1010
* @property-read Form|null $form
1111
* @phpstan-implements \ArrayAccess<string, \Nette\ComponentModel\IComponent>
1212
*/

0 commit comments

Comments
 (0)