PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Contract
/
DependencyInjection
<?php declare (strict_types=1); namespace Rector\Contract\DependencyInjection; interface ResetableInterface { public function reset() : void; }
[+]
..
[-] RelatedConfigInterface.php
[edit]
[-] ResetableInterface.php
[edit]