Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Apr 11, 2024
1 parent 683f63b commit 9e4c2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Internal/Fork/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ private function readResultsFromChildren(): array
$content = array_fill_keys(array_keys($streams), '');

$terminationMessages = [];
$done = [];

// Read the data off of all the stream.
while (count($streams) > 0) {
Expand Down

0 comments on commit 9e4c2a6

Please sign in to comment.