We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f02ad6 commit a476bc0Copy full SHA for a476bc0
src/Psalm/Internal/Codebase/Scanner.php
@@ -314,9 +314,6 @@ private function scanFilePaths(int $pool_size): bool
314
});
315
316
// Wait for all tasks to complete and collect the results.
317
- /**
318
- * @var array<int, PoolData>
319
- */
320
$forked_pool_data = $pool->runAll(new ShutdownScannerTask);
321
322
foreach ($forked_pool_data as $pool_data) {
0 commit comments