Skip to content

Commit 9866b29

Browse files
committed
Suppress issue that appears in Windows
1 parent 320f3ec commit 9866b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Psalm/Internal/Fork/Pool.php

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public function __construct(
204204
// Serialize this child's produced results and send them to the parent.
205205
$process_done_message = new ForkProcessDoneMessage($results ?: []);
206206
} catch (\Throwable $t) {
207+
/** @psalm-suppress MixedArgument on Windows, for some reason */
207208
$process_done_message = new ForkProcessErrorMessage($t->getMessage());
208209
}
209210

0 commit comments

Comments
 (0)