Skip to content

Commit a476bc0

Browse files
committed
Remove redundant @var
1 parent 6f02ad6 commit a476bc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Psalm/Internal/Codebase/Scanner.php

-3
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,6 @@ private function scanFilePaths(int $pool_size): bool
314314
});
315315

316316
// Wait for all tasks to complete and collect the results.
317-
/**
318-
* @var array<int, PoolData>
319-
*/
320317
$forked_pool_data = $pool->runAll(new ShutdownScannerTask);
321318

322319
foreach ($forked_pool_data as $pool_data) {

0 commit comments

Comments
 (0)