mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +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')) {
|
||||
$rectorConfig->paths([
|
||||
__DIR__ . '/Model',
|
||||
__DIR__ . '/Modules',
|
||||
__DIR__ . '/phpOMS',
|
||||
__DIR__ . '/../../Model',
|
||||
__DIR__ . '/../../Modules',
|
||||
__DIR__ . '/../../phpOMS',
|
||||
]);
|
||||
} elseif (\is_dir(__DIR__ . '/../../tests')) {
|
||||
$rectorConfig->paths([__DIR__ . '/../..']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user