Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: PropertiesClassReflectionExtension.php
<?php declare(strict_types = 1); namespace PHPStan\Reflection; interface PropertiesClassReflectionExtension { public function hasProperty(ClassReflection $classReflection, string $propertyName): bool; public function getProperty(ClassReflection $classReflection, string $propertyName): PropertyReflection; }