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 ( eb7034...336670 )
by
unknown
10:15
created
core/src/Xpressengine/Database/TransactionHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  */
14 14
 namespace Xpressengine\Database;
15 15
 
16
-use Xpressengine\Support\Singleton;
17 16
 use Illuminate\Database\Connection;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
core/src/Xpressengine/Routing/UriValidator.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,10 +14,8 @@
 block discarded – undo
14 14
 
15 15
 namespace Xpressengine\Routing;
16 16
 
17
-use Illuminate\Http\Request as LaravelRequest;
18
-use Illuminate\Routing\Matching\ValidatorInterface;
19 17
 use Illuminate\Http\Request;
20
-use Illuminate\Routing\Route;
18
+use Illuminate\Routing\Matching\ValidatorInterface;
21 19
 use Illuminate\Routing\Route as LaravelRoute;
22 20
 
23 21
 /**
Please login to merge, or discard this patch.
core/src/Xpressengine/Widget/WidgetHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  */
14 14
 namespace Xpressengine\Widget;
15 15
 
16
-use Closure;
17 16
 use Exception;
18 17
 use Illuminate\Contracts\Support\Renderable;
19 18
 use Illuminate\Contracts\View\Factory;
Please login to merge, or discard this patch.
core/tests/Interception/AdvisorListTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Xpressengine\Tests\Interception;
3 3
 
4
-use Xpressengine\Interception\Advisor;
5 4
 use Xpressengine\Interception\AdvisorList;
6 5
 
7 6
 class AdvisorListTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
core/tests/Interception/InterceptionHandlerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 use Xpressengine\Interception\Advisor;
5 5
 use Xpressengine\Interception\AdvisorCollection;
6 6
 use Xpressengine\Interception\InterceptionHandler;
7
-use Xpressengine\Interception\Proxy\Loader\EvalLoader;
8
-use Xpressengine\Interception\Proxy\Loader\FileLoader;
9
-use Xpressengine\Interception\Proxy\Loader\Loader;
10 7
 use Xpressengine\Interception\Proxy\ProxyGenerator;
11 8
 
12 9
 class InterceptionHandlerTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
core/tests/Menu/DirectLinkTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 namespace Xpressengine\Tests\Menu;
16 16
 
17 17
 use PHPUnit_Framework_TestCase;
18
-use Mockery as m;
19 18
 use Xpressengine\Menu\MenuType\DirectLink;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
core/tests/Plugin/PluginEntityTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Xpressengine\Tests\Plugin;
3 3
 
4 4
 use Mockery;
5
-use Mockery\MockInterface;
6 5
 use Xpressengine\Plugin\PluginCollection;
7 6
 use Xpressengine\Plugin\PluginEntity;
8 7
 
Please login to merge, or discard this patch.
core/tests/Translation/LangFileLoaderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Mockery as m;
4
-use Xpressengine\Translation\LangData;
5 4
 use Xpressengine\Translation\Loaders\LangFileLoader;
6 5
 
7 6
 class LangFileLoaderTest extends PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
core/tests/Trash/TrashManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
  */
5 5
 namespace Xpressengine\Tests\Trash;
6 6
 
7
-use Mockery as M;
8 7
 use PHPUnit_Framework_TestCase;
9 8
 use Xpressengine\Trash\TrashManager;
10 9
 use Xpressengine\Trash\WasteInterface;
Please login to merge, or discard this patch.