From c6279f03e866ed7fb00c4a817f9aee70c44f9f4b Mon Sep 17 00:00:00 2001 From: James Date: Mon, 6 Jan 2025 19:25:09 +1000 Subject: [PATCH] wording --- src/Attributes/Subgroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Attributes/Subgroup.php b/src/Attributes/Subgroup.php index a7a4b17a..86497220 100644 --- a/src/Attributes/Subgroup.php +++ b/src/Attributes/Subgroup.php @@ -24,7 +24,7 @@ protected function getName(): string } throw new \InvalidArgumentException( - 'The name property of a group must be either a PHP Backed Enum or a string' + 'The name property of a subgroup must be either a PHP Backed Enum or a string' ); }