From e52093e0b7653aa661c333fa0613211dee90a843 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Mon, 1 Dec 2014 21:42:52 +0000 Subject: [PATCH] Fix for CS issues in build 1349 --- PHPCI/Controller/WebhookController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: