We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320f3ec commit 9866b29Copy full SHA for 9866b29
src/Psalm/Internal/Fork/Pool.php
@@ -204,6 +204,7 @@ public function __construct(
204
// Serialize this child's produced results and send them to the parent.
205
$process_done_message = new ForkProcessDoneMessage($results ?: []);
206
} catch (\Throwable $t) {
207
+ /** @psalm-suppress MixedArgument on Windows, for some reason */
208
$process_done_message = new ForkProcessErrorMessage($t->getMessage());
209
}
210
0 commit comments