wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php 0000644 00000000344 15155755416 0036601 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
namespace Sabberworm\CSS\Value;
abstract class PrimitiveValue extends Value
{
/**
* @param int $iLineNo
*/
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
}
}