Fixing FIXMEs
This commit is contained in:
parent
b9407b70ff
commit
7820ccdf9e
4 changed files with 8 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ class Github
|
|||
$token = Config::getInstance()->get('phpci.github.token');
|
||||
|
||||
if (!$token) {
|
||||
die(json_encode(null));
|
||||
return null;
|
||||
}
|
||||
|
||||
$cache = Cache::getCache(Cache::TYPE_APC);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue