Skip to content

Commit 991cab2

Browse files
authored
[CLEANUP] Sort the types in union type PHPDoc annotations (#638)
This was done using the `phpdoc_types_order` PHP-CS-Fixer rule (with `['null_adjustment' => 'always_last', 'sort_algorithm' => 'none']`).
1 parent 8661e37 commit 991cab2

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)