From 193f64d29f137b0fce562457053f8f99728a01ea Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sat, 13 Sep 2025 11:54:16 +0200 Subject: [PATCH] `Parser`: use `list` return type --- src/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parser.php b/src/Parser.php index efd8ba7..41eeaec 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -22,7 +22,7 @@ final class Parser { /** - * @return Diff[] + * @return list */ public function parse(string $string): array {