diff --git a/PHPCI/Controller/WebhookController.php b/PHPCI/Controller/WebhookController.php index 4274f19c..4a89edd2 100644 --- a/PHPCI/Controller/WebhookController.php +++ b/PHPCI/Controller/WebhookController.php @@ -76,8 +76,8 @@ class WebhookController extends \PHPCI\Controller * * @param string $project */ - public function git($project) - { + public function git($project) + { $branch = $this->getParam('branch'); $commit = $this->getParam('commit'); $commitMessage = $this->getParam('message'); @@ -108,7 +108,7 @@ class WebhookController extends \PHPCI\Controller } die('OK'); - } + } /** * Called by Github Webhooks: