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