diff --git a/src/Meta/Reflection.php b/src/Meta/Reflection.php index 82c3662..2f8ae82 100644 --- a/src/Meta/Reflection.php +++ b/src/Meta/Reflection.php @@ -51,6 +51,7 @@ class Reflection /** * Get the value of a meta property on the provided enum. * + * @param class-string $metaProperty * @param \Enum $enum */ public static function metaValue(string $metaProperty, mixed $enum): mixed