golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Contract/DependencyInjection
⬆️ Go Up
Upload
File/Folder
Size
Actions
RelatedConfigInterface.php
242 B
Del
OK
ResetableInterface.php
150 B
Del
OK
Edit: ResetableInterface.php
<?php declare (strict_types=1); namespace Rector\Contract\DependencyInjection; interface ResetableInterface { public function reset() : void; }
Save