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.
1 parent 63386df commit e282cb3Copy full SHA for e282cb3
lib/Sabberworm/CSS/Parser.php
@@ -37,7 +37,7 @@ class Parser {
37
private $aSizeUnits;
38
private $iLineNo;
39
40
- public function __construct($sText, Settings $oParserSettings = null, $iLineNo = 0) {
+ public function __construct($sText, Settings $oParserSettings = null, $iLineNo = 1) {
41
$this->sText = $sText;
42
$this->iCurrentPosition = 0;
43
$this->iLineNo = $iLineNo;
0 commit comments