We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4994236 commit 0acb897Copy full SHA for 0acb897
src/Resource/Repository/CompareInterface.php
@@ -49,7 +49,7 @@ public function totalCommits(): int;
49
public function commits(): Repository\Commit;
50
51
/**
52
- * @return Repository\Commit\File
+ * @return Commit\File[]
53
*/
54
- public function files(): Repository\Commit\File;
+ public function files(): array;
55
}
0 commit comments