🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:20:45 | PHP 8.1.34
📂
/ (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