Skip to content

Commit cdf1396

Browse files
authored
Merge pull request #18 from Metabor/patch-1
fix missing parameter in documentation
2 parents 5add649 + 7058fe9 commit cdf1396

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)