Your IP : 216.73.217.13


Current Path : /home/rtorresani/www/vendor/sabberworm/php-css-parser/src/Value/
Upload File :
Current File : //home/rtorresani/www/vendor/sabberworm/php-css-parser/src/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);
    }
}