@@ -24,8 +24,7 @@ |
||
24 | 24 | $comment = $app['project_repository']->findComment($repoHook, null); |
25 | 25 | $id = $app['project_repository']->findId($repoHook, null); |
26 | 26 | $token = $app['credential_repository']->findToken($repoHook, null); |
27 | - } |
|
28 | - elseif (in_array($branchHook, $branch)){ |
|
27 | + } elseif (in_array($branchHook, $branch)){ |
|
29 | 28 | $comment = $app['project_repository']->findComment($repoHook, $branchHook); |
30 | 29 | $id = $app['project_repository']->findId($repoHook, $branchHook); |
31 | 30 | $token = $app['credential_repository']->findToken($repoHook, $branchHook); |