📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 17:49:10
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
CodingStyle
/
Contract
/
ClassNameImport
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/CodingStyle/Contract/ClassNameImport
🔄 Refresh
✏️
Editing: ClassNameImportSkipVoterInterface.php
Read Only
<?php declare (strict_types=1); namespace Rector\CodingStyle\Contract\ClassNameImport; use PhpParser\Node; use Rector\StaticTypeMapper\ValueObject\Type\FullyQualifiedObjectType; use Rector\ValueObject\Application\File; interface ClassNameImportSkipVoterInterface { public function shouldSkip(File $file, FullyQualifiedObjectType $fullyQualifiedObjectType, Node $node) : bool; }
💾 Save Changes
❌ Cancel