@@ -186,7 +186,7 @@ |
||
| 186 | 186 | */ |
| 187 | 187 | private function calculateAvailableSlotsCount($lockNames, $fieldGroupIdentifierList, $maxConcurrentJobsCount) |
| 188 | 188 | { |
| 189 | - $concurrentJobsCount = count(array_intersect($fieldGroupIdentifierList , $lockNames)); |
|
| 189 | + $concurrentJobsCount = count(array_intersect($fieldGroupIdentifierList, $lockNames)); |
|
| 190 | 190 | |
| 191 | 191 | return $maxConcurrentJobsCount - $concurrentJobsCount; |
| 192 | 192 | } |