Skip to content

Commit 0acb897

Browse files
committed
Annotations and return types for compare (interface)
1 parent 4994236 commit 0acb897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resource/Repository/CompareInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function totalCommits(): int;
4949
public function commits(): Repository\Commit;
5050

5151
/**
52-
* @return Repository\Commit\File
52+
* @return Commit\File[]
5353
*/
54-
public function files(): Repository\Commit\File;
54+
public function files(): array;
5555
}

0 commit comments

Comments
 (0)