Skip to content

Commit c5eb293

Browse files
authored
Merge pull request #316 from oliverklee/bugfix/type-annotation
Do not split type annotations over multiple lines
2 parents 8355b49 + acb7d97 commit c5eb293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Value/ValueList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ abstract class ValueList extends Value
1717
protected $sSeparator;
1818

1919
/**
20-
* @param array<int, RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>
21-
* |RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string $aComponents
20+
* phpcs:ignore Generic.Files.LineLength
21+
* @param array<int, RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>|RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string $aComponents
2222
*/
2323
public function __construct($aComponents = [], $sSeparator = ',', $iLineNo = 0)
2424
{

0 commit comments

Comments
 (0)