🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:32:42 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
VersionBonding
/
Contract
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/VersionBonding/Contract
🔄 Refresh
✏️
Editing: RelatedPolyfillInterface.php
Read Only
<?php declare (strict_types=1); namespace Rector\VersionBonding\Contract; use Rector\ValueObject\PolyfillPackage; /** * Can be implemented by @see \Rector\Contract\Rector\RectorInterface */ interface RelatedPolyfillInterface { /** * @return PolyfillPackage::* */ public function providePolyfillPackage() : string; }
💾 Save Changes
❌ Cancel