From 9e4c2a63623d2b39899220e193630fa7d793896e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 11 Apr 2024 20:34:31 +0200 Subject: [PATCH] Fix --- src/Psalm/Internal/Fork/Pool.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Psalm/Internal/Fork/Pool.php b/src/Psalm/Internal/Fork/Pool.php index 093b6e7913f..9d00a104993 100644 --- a/src/Psalm/Internal/Fork/Pool.php +++ b/src/Psalm/Internal/Fork/Pool.php @@ -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) {