Skip to content

Commit aeaa3fc

Browse files
committed
Fix phpstan
1 parent ba601f6 commit aeaa3fc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Parallel/Application/ParallelFileProcessor.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,13 @@ function (array $json) use (
190190
&$processSpawner,
191191
&$totalChanged
192192
): void {
193-
193+
/** @var array{
194+
* total_changed: int,
195+
* system_errors: mixed[],
196+
* file_diffs: array<string, mixed>,
197+
* files_count: int,
198+
* system_errors_count: int
199+
* } $json */
194200
$totalChanged += $json[Bridge::TOTAL_CHANGED];
195201

196202
// decode arrays to objects

0 commit comments

Comments
 (0)