mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 03:45:06 +08:00
@@ -19,9 +19,9 @@ return static function (RectorConfig $rectorConfig): void {
|
|||||||
$rectorConfig->importNames(true, false);
|
$rectorConfig->importNames(true, false);
|
||||||
|
|
||||||
$rectorConfig->paths([
|
$rectorConfig->paths([
|
||||||
__DIR__ . '/app',
|
BASE_PATH . '/app',
|
||||||
__DIR__ . '/config',
|
BASE_PATH . '/config',
|
||||||
__DIR__ . '/tests',
|
BASE_PATH . '/tests',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$rectorConfig
|
$rectorConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user