File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public function __construct(
23
23
}
24
24
25
25
/**
26
- * @return array<string, string>
26
+ * @return array<array{display: string, name: string, type: string, default: mixed} >
27
27
*/
28
28
public function getComponentProperties (ComponentMetadata $ medata )
29
29
{
@@ -35,7 +35,7 @@ public function getComponentProperties(ComponentMetadata $medata)
35
35
}
36
36
37
37
/**
38
- * @return array<string, string>
38
+ * @return array<array{display: string, name: string, type: string, default: mixed} >
39
39
*/
40
40
private function getNonAnonymousComponentProperties (ComponentMetadata $ metadata ): array
41
41
{
@@ -81,7 +81,7 @@ private function getNonAnonymousComponentProperties(ComponentMetadata $metadata)
81
81
/**
82
82
* Extract properties from {% props %} tag in anonymous template.
83
83
*
84
- * @return array<string, string>
84
+ * @return array<array{display: string, name: string, type: string, default: mixed} >
85
85
*/
86
86
private function getAnonymousComponentProperties (ComponentMetadata $ metadata ): array
87
87
{
You can’t perform that action at this time.
0 commit comments