PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
dompdf
/
dompdf
/
src
/
Css
/
Content
/
Editing: NoCloseQuote.php
<?php namespace Dompdf\Css\Content; final class NoCloseQuote extends ContentPart { public function __toString(): string { return "no-close-quote"; } }
SAVE
CANCEL