mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix phpcs
This commit is contained in:
parent
df48eabbd2
commit
0dc4249d43
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user