BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Contract
/
Rector
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ConfigurableRectorInterface.php
<?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
Cancel