File "ContentPart.php"
Full Path: /home/ichhrkpd/public_html/php-svg-lib/src/Svg/dompdf/src/Css/Content/ContentPart.php
File size: 167 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Dompdf\Css\Content;
abstract class ContentPart
{
public function equals(self $other): bool
{
return $other instanceof static;
}
}