File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/RuleValueList.php.tar
httpdocs/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php0000644 00000000443 15156054175 0036367 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?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);
}
}