Skip to content

Commit

Permalink
Fix PHPDoc type hint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Jan 16, 2024
1 parent 7b4d95c commit 4b77bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Output/Exploded.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct(string $separator, array $names)
* Format the output
*
* @param array<string> $output
* @return iterable<\SebastianFeldmann\Git\Diff\File>
* @return iterable<array<string, string>>
*/
public function format(array $output): iterable
{
Expand Down

0 comments on commit 4b77bd2

Please sign in to comment.