🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 08:00:24 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Contract
/
Rector
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Contract/Rector
🔄 Refresh
✏️
Editing: ConfigurableRectorInterface.php
Read Only
<?php declare (strict_types=1); namespace Rector\Contract\Rector; use Symplify\RuleDocGenerator\Contract\ConfigurableRuleInterface; interface ConfigurableRectorInterface extends \Rector\Contract\Rector\RectorInterface, ConfigurableRuleInterface { /** * @param mixed[] $configuration */ public function configure(array $configuration) : void; }
💾 Save Changes
❌ Cancel