관리-도구
편집 파일: ContentPart.php
<?php namespace Dompdf\Css\Content; abstract class ContentPart { public function equals(self $other): bool { return $other instanceof static; } }