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 6355e35 commit 4994236Copy full SHA for 4994236
src/Resource/Repository/Compare.php
@@ -61,7 +61,7 @@ abstract class Compare extends AbstractResource implements CompareInterface
61
protected $commits;
62
63
/**
64
- * @var Repository\Commit\File
+ * @var Commit\File[]
65
*/
66
protected $files;
67
@@ -130,9 +130,9 @@ public function commits(): Repository\Commit
130
}
131
132
133
- * @return Repository\Commit\File
+ * @return Commit\File[]
134
135
- public function files(): Repository\Commit\File
+ public function files(): array
136
{
137
return $this->files;
138
0 commit comments