Skip to content

Commit 4432bba

Browse files
committed
[TwigComponent] Fix MountedComponent::$extraMetadata type doc
MountedComponent::getExtraMetadata() has `mixed` as return type and it returns elements from this array.
1 parent b15dff5 commit 4432bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/src/MountedComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class MountedComponent
2121
/**
2222
* Any extra metadata that might be useful to set.
2323
*
24-
* @var array<string, string>
24+
* @var array<string, mixed>
2525
*/
2626
private array $extraMetadata = [];
2727

0 commit comments

Comments
 (0)