1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix phpcs

This commit is contained in:
m1ke 2022-01-20 10:09:15 +00:00
parent df48eabbd2
commit 0dc4249d43

View File

@ -1338,7 +1338,8 @@ final class Psalm
HELP;
}
private static function useThreads(array $options, bool $in_ci, Config $config): int{
private static function useThreads(array $options, bool $in_ci, Config $config): int
{
$threads = self::detectThreads($options, $in_ci);
if ($config->threads && $config->threads<$threads) {