Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
sabberworm
/
php-css-parser
/
src
/
Value
/
Editing: RuleValueList.php
<?php namespace Sabberworm\CSS\Value; class RuleValueList extends ValueList { /** * @param string $sSeparator * @param int $iLineNo */ public function __construct($sSeparator = ',', $iLineNo = 0) { parent::__construct([], $sSeparator, $iLineNo); } }
Save
Cancel