File "RuleValueList.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/sabberworm/php-css-parser/src/Value/RuleValueList.php
File size: 243 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Sabberworm\CSS\Value;
if (!defined('ABSPATH')) exit;
class RuleValueList extends ValueList
{
 public function __construct($sSeparator = ',', $iLineNo = 0)
 {
 parent::__construct([], $sSeparator, $iLineNo);
 }
}