PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
dompdf
/
dompdf
/
src
/
Css
/
Content
/
Editing: ContentPart.php
<?php namespace Dompdf\Css\Content; abstract class ContentPart { public function equals(self $other): bool { return $other instanceof static; } }
SAVE
CANCEL