📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 13:04:44
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
TypeDeclaration
/
ValueObject
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/TypeDeclaration/ValueObject
🔄 Refresh
✏️
Editing: DataProviderNodes.php
Read Only
<?php declare (strict_types=1); namespace Rector\TypeDeclaration\ValueObject; use PhpParser\Node\Attribute; use PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocTagNode; final class DataProviderNodes { /** * @var array<array-key, (Attribute | PhpDocTagNode)> * @readonly */ public $nodes; /** * @param array<array-key, Attribute|PhpDocTagNode> $nodes */ public function __construct(array $nodes) { $this->nodes = $nodes; } public function isEmpty() : bool { return $this->nodes === []; } }
💾 Save Changes
❌ Cancel