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