From f8438b0313b5f8e17cc91d460c9a081f6ddfef29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 12 Jan 2024 22:41:14 +0100 Subject: [PATCH] add generic typehint --- src/Meta/Reflection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Meta/Reflection.php b/src/Meta/Reflection.php index 1e585af..9c9b9ca 100644 --- a/src/Meta/Reflection.php +++ b/src/Meta/Reflection.php @@ -32,6 +32,7 @@ class Reflection return $metaProperties; } + /** @param ReflectionClass $reflection */ protected static function parseMetaProperties(ReflectionClass $reflection): array { // Only the `Meta` attribute