Skip to content

Commit

Permalink
Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 5, 2024
1 parent 23d3cf3 commit b07b510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Target/MapBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function build(Filter $filter, FileAnalyser $analyser): array
}

/**
* @param-out array $namespaces
* @param-out array $data
*
* @param non-empty-string $unit
* @param non-empty-string $file
Expand Down

0 comments on commit b07b510

Please sign in to comment.