Skip to content

Commit 7058fe9

Browse files
authored
fix missing parameter in documentation
1 parent 5add649 commit 7058fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class PullRequestController extends CRUDController
207207
{
208208
switch ($transition) {
209209
case 'start_review':
210-
return $this->startReview($object);
210+
return $this->startReview($object, $transition);
211211
}
212212
213213
return null;

0 commit comments

Comments
 (0)