Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: CompoundType.php
<?php declare(strict_types = 1); namespace PHPStan\Type; use PHPStan\TrinaryLogic; interface CompoundType extends Type { public function isSubTypeOf(Type $otherType): TrinaryLogic; public function isAcceptedBy(Type $acceptingType, bool $strictTypes): TrinaryLogic; }