Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: NonCallableTypeTrait.php
<?php declare(strict_types = 1); namespace PHPStan\Type\Traits; use PHPStan\Reflection\ClassMemberAccessAnswerer; use PHPStan\TrinaryLogic; trait NonCallableTypeTrait { public function isCallable(): TrinaryLogic { return TrinaryLogic::createNo(); } public function getCallableParametersAcceptors(ClassMemberAccessAnswerer $scope): array { throw new \PHPStan\ShouldNotHappenException(); } }