Fixing FIXMEs

This commit is contained in:
Dan Cryer 2015-02-12 13:30:32 +00:00
commit 7820ccdf9e
4 changed files with 8 additions and 7 deletions

View file

@ -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);