File "Renderable.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/sabberworm/php-css-parser/src/Renderable.php
File size: 218 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Sabberworm\CSS;
if (!defined('ABSPATH')) exit;
interface Renderable
{
 public function __toString();
 public function render(OutputFormat $oOutputFormat);
 public function getLineNo();
}