File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/src/ValueObject/RectifiedNode.php
Back
<?php declare (strict_types=1); namespace Rector\Core\ValueObject; use PhpParser\Node; use Rector\Core\Contract\Rector\RectorInterface; final class RectifiedNode { /** * @var class-string<RectorInterface> * @readonly */ private $rectorClass; /** * @readonly * @var \PhpParser\Node */ private $node; /** * @param class-string<RectorInterface> $rectorClass */ public function __construct(string $rectorClass, Node $node) { $this->rectorClass = $rectorClass; $this->node = $node; } /** * @return class-string<RectorInterface> */ public function getRectorClass() : string { return $this->rectorClass; } public function getNode() : Node { return $this->node; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings