Skip to content

Commit 970d794

Browse files
committed
chore: corrects method description
1 parent ebe9d2a commit 970d794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/AbstractEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ protected static function getConstants(): array
282282
}
283283

284284
/**
285-
* Handle dynamic method calls for enum creation and checking
285+
* Handle dynamic method calls for enum checking
286286
*
287287
* @param string $name The method name
288288
* @param array<mixed> $arguments The method arguments

0 commit comments

Comments
 (0)