From a540f735e728837471d4842ebb209219184778d2 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 11 Feb 2026 12:32:36 +0100 Subject: [PATCH] Add missing generics --- stubs/Forms/Container.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Forms/Container.stub b/stubs/Forms/Container.stub index f925023..d7381af 100644 --- a/stubs/Forms/Container.stub +++ b/stubs/Forms/Container.stub @@ -6,7 +6,7 @@ use Nette\Utils\ArrayHash; /** * @property ArrayHash $values - * @property-read \Iterator $controls + * @property-read \Iterator $controls * @property-read Form|null $form * @phpstan-implements \ArrayAccess */