@@ -434,8 +434,8 @@ public function expandBackgroundShorthand()
434
434
'background-repeat ' => ['repeat ' ],
435
435
'background-attachment ' => ['scroll ' ],
436
436
'background-position ' => [
437
- new Size (0 , '% ' , false , $ this ->getLineNumber ()),
438
- new Size (0 , '% ' , false , $ this ->getLineNumber ()),
437
+ new Size (0 , '% ' , false , $ this ->getLineNo ()),
438
+ new Size (0 , '% ' , false , $ this ->getLineNo ()),
439
439
],
440
440
];
441
441
$ mRuleValue = $ oRule ->getValue ();
@@ -801,7 +801,7 @@ public function createFontShorthand()
801
801
$ aLHValues = $ mRuleValue ->getListComponents ();
802
802
}
803
803
if ($ aLHValues [0 ] !== 'normal ' ) {
804
- $ val = new RuleValueList ('/ ' , $ this ->getLineNumber ());
804
+ $ val = new RuleValueList ('/ ' , $ this ->getLineNo ());
805
805
$ val ->addListComponent ($ aFSValues [0 ]);
806
806
$ val ->addListComponent ($ aLHValues [0 ]);
807
807
$ oNewRule ->addValue ($ val );
@@ -817,7 +817,7 @@ public function createFontShorthand()
817
817
} else {
818
818
$ aFFValues = $ mRuleValue ->getListComponents ();
819
819
}
820
- $ oFFValue = new RuleValueList (', ' , $ this ->getLineNumber ());
820
+ $ oFFValue = new RuleValueList (', ' , $ this ->getLineNo ());
821
821
$ oFFValue ->setListComponents ($ aFFValues );
822
822
$ oNewRule ->addValue ($ oFFValue );
823
823
0 commit comments