Skip to content

Commit 8119f8f

Browse files
committed
minor #854 [TwigComponent] Fix MountedComponent::$extraMetadata type doc (mttsch)
This PR was merged into the 2.x branch. Discussion ---------- [TwigComponent] Fix MountedComponent::$extraMetadata type doc | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | - | License | MIT MountedComponent::getExtraMetadata() has `mixed` as return type and it returns elements from this array. Commits ------- 4432bba [TwigComponent] Fix MountedComponent::$extraMetadata type doc
2 parents b15dff5 + 4432bba commit 8119f8f

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)