Completed
Push — master ( fab0a4...8e249d )
by Jeroen
41:43 queued 16:43
created
engine/lib/access.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
  * @subpackage Access
12 12
  */
13 13
 
14
-use Elgg\Project\Paths;
15
-
16 14
 /**
17 15
  * Set if Elgg's access system should be ignored.
18 16
  *
Please login to merge, or discard this patch.
engine/lib/annotations.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  * @subpackage Core
8 8
  */
9 9
 
10
-use Elgg\Project\Paths;
11
-
12 10
 /**
13 11
  * Convert a database row to a new \ElggAnnotation
14 12
  *
Please login to merge, or discard this patch.
engine/lib/comments.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  * @since 1.9
8 8
  */
9 9
 
10
-use Elgg\Project\Paths;
11
-
12 10
 /**
13 11
  * Comments initialization function
14 12
  *
Please login to merge, or discard this patch.
engine/lib/elgglib.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use Elgg\Filesystem\Directory;
4 4
 use Elgg\Http\ResponseBuilder;
5
-use Elgg\Project\Paths;
6 5
 
7 6
 /**
8 7
  * Bootstrapping and helper procedural code available for use in Elgg core and plugins.
Please login to merge, or discard this patch.
engine/lib/entities.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
  * Procedural code for creating, loading, and modifying \ElggEntity objects.
4 4
  */
5 5
 
6
-use Elgg\Project\Paths;
7
-
8 6
 /**
9 7
  * Return the id for a given subtype.
10 8
  *
Please login to merge, or discard this patch.
engine/lib/filestore.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 
10 10
 use Symfony\Component\HttpFoundation\File\UploadedFile;
11
-use Elgg\Project\Paths;
12 11
 
13 12
 /**
14 13
  * Get the size of the specified directory.
Please login to merge, or discard this patch.
engine/lib/input.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  * @subpackage Input
8 8
  */
9 9
 
10
-use Elgg\Project\Paths;
11
-
12 10
 /**
13 11
  * Get some input from variables passed submitted through GET or POST.
14 12
  *
Please login to merge, or discard this patch.
engine/lib/metadata.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  * @subpackage DataModel.Metadata
8 8
  */
9 9
 
10
-use Elgg\Project\Paths;
11
-
12 10
 /**
13 11
  * Convert a database row to a new \ElggMetadata
14 12
  *
Please login to merge, or discard this patch.
engine/lib/metastrings.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  * @subpackage DataModel.MetaStrings
8 8
  */
9 9
 
10
-use Elgg\Project\Paths;
11
-
12 10
 /**
13 11
  * Returns an array of either \ElggAnnotation or \ElggMetadata objects.
14 12
  * Accepts all elgg_get_entities() options for entity restraints.
Please login to merge, or discard this patch.