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