Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: ClassMemberAccessAnswerer.php
<?php declare(strict_types = 1); namespace PHPStan\Reflection; interface ClassMemberAccessAnswerer { public function isInClass(): bool; public function getClassReflection(): ?ClassReflection; public function canAccessProperty(PropertyReflection $propertyReflection): bool; public function canCallMethod(MethodReflection $methodReflection): bool; public function canAccessConstant(ConstantReflection $constantReflection): bool; }