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