Completed
Push — master ( fab0a4...8e249d )
by Jeroen
41:43 queued 16:43
created
engine/classes/ElggAnnotation.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Elgg\Database\EntityTable\UserFetchFailureException;
4
-
5 3
 /**
6 4
  * Elgg Annotations
7 5
  *
Please login to merge, or discard this patch.
engine/classes/Elgg/Http/Request.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 Elgg\Http;
3 3
 
4 4
 use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
5
-use Elgg\Application;
6 5
 
7 6
 /**
8 7
  * Elgg HTTP request.
Please login to merge, or discard this patch.
engine/classes/Elgg/Application/CacheHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Elgg\Http\Request;
7 7
 use Symfony\Component\HttpFoundation\BinaryFileResponse;
8 8
 use Symfony\Component\HttpFoundation\Response;
9
-use Symfony\Component\HttpFoundation\StreamedResponse;
10 9
 
11 10
 /**
12 11
  * Simplecache handler
Please login to merge, or discard this patch.
engine/classes/Elgg/Database/Plugins.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 Elgg\Database;
3 3
 
4 4
 use Elgg\Cache\Pool;
5
-use Elgg\Config;
6 5
 use Elgg\Profilable;
7 6
 use Exception;
8 7
 use Elgg\Cache\PluginSettingsCache;
Please login to merge, or discard this patch.
engine/classes/ElggInstaller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Elgg\Filesystem\Directory;
4 3
 use Elgg\Application;
5 4
 use Elgg\Config;
6 5
 use Elgg\Database\DbConfig;
Please login to merge, or discard this patch.
engine/classes/ElggRewriteTester.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 Elgg\Filesystem\Directory;
4
-use Elgg\Application;
5 4
 use Elgg\Project\Paths;
6 5
 use Elgg\Http\Request;
7 6
 
Please login to merge, or discard this patch.
engine/lib/views.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
 
49 49
 use Elgg\Menu\Menu;
50 50
 use Elgg\Menu\UnpreparedMenu;
51
-use Elgg\Includer;
52 51
 use Elgg\Project\Paths;
53 52
 
54 53
 /**
Please login to merge, or discard this patch.
engine/classes/Elgg/UpgradeService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Elgg;
3
-use Elgg\Filesystem\Directory\Local;
4
-use Phinx\Console\PhinxApplication;
5
-use Phinx\Wrapper\TextWrapper;
6 3
 
7 4
 /**
8 5
  * Upgrade service for Elgg
Please login to merge, or discard this patch.
engine/classes/Elgg/BootData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Elgg\Database;
6 6
 use Elgg\Database\EntityTable;
7 7
 use Elgg\Database\Plugins;
8
-use Elgg\Database\SiteSecret;
9 8
 
10 9
 /**
11 10
  * Serializable collection of data used to boot Elgg
Please login to merge, or discard this patch.