diff --git a/src/Meta/Meta.php b/src/Meta/Meta.php index 11b7a1b..ce88f76 100644 --- a/src/Meta/Meta.php +++ b/src/Meta/Meta.php @@ -1,5 +1,7 @@ $property * @param Enum $enum - * @return mixed */ public static function metaValue(string $metaProperty, mixed $enum): mixed { diff --git a/src/Metadata.php b/src/Metadata.php index 29f7a4e..9232e94 100644 --- a/src/Metadata.php +++ b/src/Metadata.php @@ -1,5 +1,7 @@