File "NoCloseQuote.php"

Full Path: /home/ichhrkpd/public_html/php-svg-lib/src/dompdf/src/Css/Content/NoCloseQuote.php
File size: 172 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Dompdf\Css\Content;

final class NoCloseQuote extends ContentPart
{
    public function __toString(): string
    {
        return "no-close-quote";
    }
}