Skip to content

Commit c6cfc2e

Browse files
authored
[CLEANUP] Drop redundant type annotations in CSSList (#839)
1 parent d5374c5 commit c6cfc2e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/CSSList/CSSList.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ private static function parseListItem(ParserState $parserState, CSSList $oList)
147147
}
148148

149149
/**
150-
* @param ParserState $parserState
151-
*
152150
* @return AtRuleBlockList|KeyFrame|Charset|CSSNamespace|Import|AtRuleSet|null
153151
*
154152
* @throws SourceException

src/CSSList/Document.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ public function getSelectorsBySpecificity($sSpecificitySearch = null): array
113113

114114
/**
115115
* Overrides `render()` to make format argument optional.
116-
*
117-
* @param OutputFormat|null $oOutputFormat
118116
*/
119117
public function render(?OutputFormat $oOutputFormat = null): string
120118
{

0 commit comments

Comments
 (0)