mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 08:28:41 +00:00
fix paths
This commit is contained in:
parent
a36eadac5d
commit
b64acbf767
|
|
@ -23,9 +23,9 @@ return static function (RectorConfig $rectorConfig): void {
|
||||||
]);
|
]);
|
||||||
} elseif (\is_dir(__DIR__ . '/../../phpOMS')) {
|
} elseif (\is_dir(__DIR__ . '/../../phpOMS')) {
|
||||||
$rectorConfig->paths([
|
$rectorConfig->paths([
|
||||||
__DIR__ . '/Model',
|
__DIR__ . '/../../Model',
|
||||||
__DIR__ . '/Modules',
|
__DIR__ . '/../../Modules',
|
||||||
__DIR__ . '/phpOMS',
|
__DIR__ . '/../../phpOMS',
|
||||||
]);
|
]);
|
||||||
} elseif (\is_dir(__DIR__ . '/../../tests')) {
|
} elseif (\is_dir(__DIR__ . '/../../tests')) {
|
||||||
$rectorConfig->paths([__DIR__ . '/../..']);
|
$rectorConfig->paths([__DIR__ . '/../..']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user