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 4a74590 commit 208a415Copy full SHA for 208a415
src/lib/Models/WikiPage.php
@@ -45,7 +45,7 @@ class WikiPage extends BaseModel {
45
46
47
/*
48
- * @return array| WikiHistory[]
+ * @return array|\Takuya\BacklogApiClient\Models\WikiHistory[]
49
*/
50
public function histories() {
51
return $this->api( WikiHistory::class, 'getWikiPageHistory',
0 commit comments