?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/rector/rector/src/NodeTypeResolver/PhpDoc/NodeAnalyzer/DocBlockNameImporter.php
???????
<?php declare (strict_types=1); namespace Rector\NodeTypeResolver\PhpDoc\NodeAnalyzer; use PhpParser\Node; use PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode; use Rector\NodeTypeResolver\PhpDocNodeVisitor\NameImportingPhpDocNodeVisitor; use Rector\PhpDocParser\PhpDocParser\PhpDocNodeTraverser; final class DocBlockNameImporter { /** * @readonly * @var \Rector\NodeTypeResolver\PhpDocNodeVisitor\NameImportingPhpDocNodeVisitor */ private $nameImportingPhpDocNodeVisitor; public function __construct(NameImportingPhpDocNodeVisitor $nameImportingPhpDocNodeVisitor) { $this->nameImportingPhpDocNodeVisitor = $nameImportingPhpDocNodeVisitor; } public function importNames(PhpDocNode $phpDocNode, Node $node) : bool { if ($phpDocNode->children === []) { return \false; } $this->nameImportingPhpDocNodeVisitor->setCurrentNode($node); $phpDocNodeTraverser = new PhpDocNodeTraverser(); $phpDocNodeTraverser->addPhpDocNodeVisitor($this->nameImportingPhpDocNodeVisitor); $phpDocNodeTraverser->traverse($phpDocNode); return $this->nameImportingPhpDocNodeVisitor->hasChanged(); } }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????