From 64376718de7c40494d5cc88c83332f59fa1e8086 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 1 Apr 2024 02:42:08 +0200 Subject: [PATCH] typo (#323) --- src/Forms/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Forms/Container.php b/src/Forms/Container.php index f1cbb629..e412c1b4 100644 --- a/src/Forms/Container.php +++ b/src/Forms/Container.php @@ -219,7 +219,7 @@ public function isValid(): bool /** * Performs the server side validation. - * @param Control[]|null $controls + * @param (Control|self)[]|null $controls */ public function validate(?array $controls = null): void {