PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Contract
/
Rector
<?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; }
[+]
..
[-] ConfigurableRectorInterface.php
[edit]
[-] RectorInterface.php
[edit]
[-] ScopeAwareRectorInterface.php
[edit]