File manager - Edit - /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Naming/Contract/AssignVariableNameResolverInterface.php
Back
<?php declare (strict_types=1); namespace Rector\Naming\Contract; use PhpParser\Node; /** * @template TNode as Node */ interface AssignVariableNameResolverInterface { public function match(Node $node) : bool; /** * @param TNode $node */ public function resolve(Node $node) : string; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0 |
proxy
|
phpinfo
|
Settings