Test Failed
Push — master ( c2873c...a077d1 )
by Jeroen
01:35
created
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/Elgg/Di/ServiceProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Elgg\Config;
5 5
 use Elgg\Cache\Pool;
6
-use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
7
-use Symfony\Component\HttpFoundation\Session\Session as SymfonySession;
8 6
 use Zend\Mail\Transport\TransportInterface as Mailer;
9 7
 
10 8
 /**
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/plugins.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
  * Contains functions for managing plugins
5 5
  */
6 6
 
7
-use Elgg\Filesystem\Directory;
8 7
 use Elgg\Project\Paths;
9 8
 
10 9
 /**
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/lib/configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * Upon system boot, all values in dbprefix_config are read into $CONFIG.
15 15
  */
16 16
 
17
-use Elgg\Filesystem\Directory;
18 17
 use Elgg\Project\Paths;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
engine/lib/notification.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\Mail\Address;
4 3
 use Zend\Mail\Message;
5 4
 use Elgg\Project\Paths;
6 5
 
Please login to merge, or discard this patch.