Skip to content

Commit 3a69934

Browse files
authored
feature #1068 added phpdocs (staabm)
This PR was merged into the 3.4.x-dev branch. Discussion ---------- Commits ------- 40ba3e7 added phpdocs
2 parents 1f31aa1 + 40ba3e7 commit 3a69934

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/Github/Api/PullRequest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,25 @@ public function status($username, $repository, $id)
108108
return $this->get($link);
109109
}
110110

111+
/**
112+
* @return Comments
113+
*/
111114
public function comments()
112115
{
113116
return new Comments($this->getClient());
114117
}
115118

119+
/**
120+
* @return Review
121+
*/
116122
public function reviews()
117123
{
118124
return new Review($this->getClient());
119125
}
120126

127+
/**
128+
* @return ReviewRequest
129+
*/
121130
public function reviewRequests()
122131
{
123132
return new ReviewRequest($this->getClient());

0 commit comments

Comments
 (0)