Skip to content

Commit 2b3ccaa

Browse files
committed
Missing property annotations above Nette\Forms\Container stub
1 parent fb4bf50 commit 2b3ccaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/Forms/Container.stub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
namespace Nette\Forms;
44

5+
use Nette\Utils\ArrayHash;
6+
57
/**
8+
* @property ArrayHash $values
9+
* @property-read \Iterator $controls
10+
* @property-read Form|null $form
611
* @phpstan-implements \ArrayAccess<string, \Nette\ComponentModel\IComponent>
712
*/
813
class Container implements \ArrayAccess

0 commit comments

Comments
 (0)