File manager - Edit - /var/www/payraty/helpdesk/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.3.30 | Generation time: 0.61 |
proxy
|
phpinfo
|
Settings