Skip to content

Commit 425b650

Browse files
committed
[CLEANUP] Sort the types in union type PHPDoc annotations
This was done using the `phpdoc_types_order` PHP-CS-Fixer rule.
1 parent 8661e37 commit 425b650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSSList/CSSList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static function parseList(ParserState $oParserState, CSSList $oList): voi
9797
}
9898

9999
/**
100-
* @return AtRuleBlockList|KeyFrame|Charset|CSSNamespace|Import|AtRuleSet|DeclarationBlock|null|false
100+
* @return AtRuleBlockList|KeyFrame|Charset|CSSNamespace|Import|AtRuleSet|DeclarationBlock|false|null
101101
*
102102
* @throws SourceException
103103
* @throws UnexpectedEOFException

0 commit comments

Comments
 (0)