Skip to content

Commit 7e5a747

Browse files
committed
Fix parameter type
Signed-off-by: Michal Čihař <[email protected]>
1 parent a87ad6a commit 7e5a747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/ExpressionArray.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ public static function parse(Parser $parser, TokensList $list, array $options =
110110
}
111111

112112
/**
113-
* @param ExpressionArray $component the component to be built
114-
* @param array $options parameters for building
113+
* @param ExpressionArray[] $component the component to be built
114+
* @param array $options parameters for building
115115
*
116116
* @return string
117117
*/

0 commit comments

Comments
 (0)