HOME


5h-3LL 1.0
DIR: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Testing/Contract
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Testing/Contract/
Upload File:
Current File : /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Testing/Contract/RectorTestInterface.php
<?php

declare (strict_types=1);
namespace Rector\Testing\Contract;

interface RectorTestInterface
{
    public function provideConfigFilePath() : string;
}