File "NoOpenQuote.php"
Full Path: /home/ichhrkpd/public_html/php-svg-lib/src/dompdf/src/Css/Content/NoOpenQuote.php
File size: 170 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Dompdf\Css\Content;
final class NoOpenQuote extends ContentPart
{
public function __toString(): string
{
return "no-open-quote";
}
}