GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 8f9c3d...610f46 )
by
unknown
02:37
created
src/BitPrepared/Bundle/D1b0Workspace/Controller/V1/SecurityController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Symfony\Component\HttpFoundation\JsonResponse;
8 8
 use Silex\Application;
9 9
 use Silex\Api\ControllerProviderInterface;
10
-use Monolog\Logger;
11 10
 use RedBeanPHP\Facade as R;
12 11
 
13 12
 class SecurityController implements ControllerProviderInterface
Please login to merge, or discard this patch.
src/BitPrepared/Bundle/D1b0Workspace/Controller/V1/WorkspaceController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace BitPrepared\Bundle\D1b0Workspace\Controller\V1;
4 4
 
5 5
 use Symfony\Component\HttpFoundation\Request;
6
-use Symfony\Component\HttpFoundation\Response;
7 6
 use Symfony\Component\HttpFoundation\JsonResponse;
8 7
 use Silex\Application;
9 8
 use Silex\Api\ControllerProviderInterface;
10
-use Monolog\Logger;
11 9
 use RedBeanPHP\Facade as R;
12 10
 
13 11
 class WorkspaceController implements ControllerProviderInterface
Please login to merge, or discard this patch.
applications/workspace/web/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,13 +11,11 @@
 block discarded – undo
11 11
 use Silex\Application;
12 12
 use Symfony\Component\HttpFoundation\Request;
13 13
 use Symfony\Component\HttpFoundation\Response;
14
-use Symfony\Component\HttpFoundation\JsonResponse;
15 14
 use Silex\Provider\MonologServiceProvider;
16 15
 use Ivoba\Silex\RedBeanServiceProvider;
17 16
 use Silex\Provider\SessionServiceProvider;
18 17
 use Carbon\Carbon;
19 18
 use Monolog\Logger;
20
-use RedBeanPHP\Facade as R;
21 19
 
22 20
 // FIXME va messo nel php.ini
23 21
 date_default_timezone_set('Europe/Rome');
Please login to merge, or discard this patch.