From 4af86d0be45ed1a13652a94ad1095c74f503d30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1?= Date: Wed, 13 Mar 2019 19:57:56 +0100 Subject: [PATCH] typo --- src/Forms/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Forms/Form.php b/src/Forms/Form.php index 96d3ee6e2..cb5229774 100644 --- a/src/Forms/Form.php +++ b/src/Forms/Form.php @@ -237,7 +237,7 @@ public function addGroup(string $caption = null, bool $setAsCurrent = true): Con /** * Removes fieldset group from form. - * @param string|int|ControlGroup $name + * @param string|ControlGroup $name */ public function removeGroup($name): void {