Fix for CS issues in build 1349

This commit is contained in:
Dan Cryer 2014-12-01 21:42:52 +00:00
parent 59ff1f86a5
commit e52093e0b7

View file

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