File "OpenQuote.php"

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

<?php
namespace Dompdf\Css\Content;

final class OpenQuote extends ContentPart
{
    public function __toString(): string
    {
        return "open-quote";
    }
}