Current path: home/webdevt/www/schtroumpf.fr/modules/mbeshipping/vendor/sabberworm/php-css-parser/src/Value/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules/mbeshipping/vendor/sabberworm/php-css-parser/src
<?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);
}
}