From 091a2a3ac2bec883db9c8cfbdecedeee89ead3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20L=C3=A9pine?= Date: Fri, 10 Jan 2025 17:38:39 +0100 Subject: [PATCH] fixed incorrect phpdoc return type --- src/TwigComponent/src/ComponentPropertiesExtractor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TwigComponent/src/ComponentPropertiesExtractor.php b/src/TwigComponent/src/ComponentPropertiesExtractor.php index 4ca5263c17..b7e5d06123 100644 --- a/src/TwigComponent/src/ComponentPropertiesExtractor.php +++ b/src/TwigComponent/src/ComponentPropertiesExtractor.php @@ -23,7 +23,7 @@ public function __construct( } /** - * @return array + * @return array */ public function getComponentProperties(ComponentMetadata $medata) { @@ -35,7 +35,7 @@ public function getComponentProperties(ComponentMetadata $medata) } /** - * @return array + * @return array */ private function getNonAnonymousComponentProperties(ComponentMetadata $metadata): array { @@ -81,7 +81,7 @@ private function getNonAnonymousComponentProperties(ComponentMetadata $metadata) /** * Extract properties from {% props %} tag in anonymous template. * - * @return array + * @return array */ private function getAnonymousComponentProperties(ComponentMetadata $metadata): array {