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