Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: TypeNodeResolverExtension.php
<?php declare(strict_types = 1); namespace PHPStan\PhpDoc; use PHPStan\Analyser\NameScope; use PHPStan\PhpDocParser\Ast\Type\TypeNode; use PHPStan\Type\Type; interface TypeNodeResolverExtension { public function getCacheKey(): string; public function resolve(TypeNode $typeNode, NameScope $nameScope): ?Type; }