mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-13 12:33:52 +01:00
fix phpstan
This commit is contained in:
parent
ddcc9d39c0
commit
a57fd196c8
@ -101,7 +101,7 @@ final class DowngradePathsCommand extends Command
|
||||
continue;
|
||||
}
|
||||
|
||||
$downgradePaths[$key] = Strings::before($downgradePath, '/', 2);
|
||||
$downgradePaths[$key] = (string) Strings::before($downgradePath, '/', 2);
|
||||
}
|
||||
|
||||
return array_unique($downgradePaths);
|
||||
|
Loading…
x
Reference in New Issue
Block a user