| Current Path : /var/www/html/demo.sumar.com.py/lib/php-css-parser/Value/ |
| Current File : /var/www/html/demo.sumar.com.py/lib/php-css-parser/Value/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);
}
}