From 4b77bd21321cdf8052681b4edf6fad1c606139d8 Mon Sep 17 00:00:00 2001 From: Sebastian Feldmann Date: Tue, 16 Jan 2024 16:47:13 +0100 Subject: [PATCH] Fix PHPDoc type hint issue --- src/Command/Output/Exploded.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/Output/Exploded.php b/src/Command/Output/Exploded.php index 0a5275d..51b9a1d 100644 --- a/src/Command/Output/Exploded.php +++ b/src/Command/Output/Exploded.php @@ -46,7 +46,7 @@ public function __construct(string $separator, array $names) * Format the output * * @param array $output - * @return iterable<\SebastianFeldmann\Git\Diff\File> + * @return iterable> */ public function format(array $output): iterable {