Skip to content

Commit c0e3a09

Browse files
committed
Update ParallelAnalyser.php
1 parent 09af629 commit c0e3a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parallel/ParallelAnalyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function analyse(
282282
}
283283

284284
if ($postFileCallback !== null) {
285-
$postFileCallback(count($json['files']), $json['processedFiles'] ?? []);
285+
$postFileCallback(count($json['files']), $json['processedFiles']);
286286
}
287287

288288
if (!isset($peakMemoryUsages[$processIdentifier]) || $peakMemoryUsages[$processIdentifier] < $json['memoryUsage']) {

0 commit comments

Comments
 (0)