We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Parser
1 parent bd206a2 commit e24aa71Copy full SHA for e24aa71
src/Parser.php
@@ -20,7 +20,6 @@ class Parser
20
21
/**
22
* @param string $sText the complete CSS as text (i.e., usually the contents of a CSS file)
23
- * @param Settings|null $oParserSettings
24
* @param int $lineNumber the line number (starting from 1, not from 0)
25
*/
26
public function __construct($sText, ?Settings $oParserSettings = null, $lineNumber = 1)
0 commit comments