MDL-65759 library: Update php-css-parser to 8.3.0

This commit is contained in:
Mathew May
2019-06-20 08:16:13 +08:00
parent 5dae8c0515
commit 376eb15617
20 changed files with 1059 additions and 738 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ namespace Sabberworm\CSS\Value;
class CSSFunction extends ValueList {
private $sName;
protected $sName;
public function __construct($sName, $aArguments, $sSeparator = ',', $iLineNo = 0) {
if($aArguments instanceof RuleValueList) {
@@ -37,4 +37,4 @@ class CSSFunction extends ValueList {
return "{$this->sName}({$aArguments})";
}
}
}