Fix for CS issues in build 1349
This commit is contained in:
parent
bfebf74dee
commit
bb43148280
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue