Skip to content

Commit e24aa71

Browse files
authored
[CLEANUP] Drop a redundant type annotation in Parser (#848)
1 parent bd206a2 commit e24aa71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Parser
2020

2121
/**
2222
* @param string $sText the complete CSS as text (i.e., usually the contents of a CSS file)
23-
* @param Settings|null $oParserSettings
2423
* @param int $lineNumber the line number (starting from 1, not from 0)
2524
*/
2625
public function __construct($sText, ?Settings $oParserSettings = null, $lineNumber = 1)

0 commit comments

Comments
 (0)