Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Testing
/
Contract
/
Filename :
RectorTestInterface.php
back
Copy
<?php declare (strict_types=1); namespace Rector\Testing\Contract; interface RectorTestInterface { public function provideConfigFilePath() : string; }