Test Setup Failed
Push — master ( 44694a...146201 )
by Matthieu
22:45 queued 15:03
created
core/ArchiveProcessor/Loader.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,12 +8,10 @@
 block discarded – undo
8 8
  */
9 9
 namespace Piwik\ArchiveProcessor;
10 10
 
11
-use Piwik\Archive;
12 11
 use Piwik\Cache;
13 12
 use Piwik\Config;
14 13
 use Piwik\DataAccess\ArchiveSelector;
15 14
 use Piwik\Date;
16
-use Piwik\Period;
17 15
 use Piwik\Piwik;
18 16
 
19 17
 /**
Please login to merge, or discard this patch.
core/DataAccess/ArchiveWriter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Piwik\ArchiveProcessor;
16 16
 use Piwik\Db;
17 17
 use Piwik\Db\BatchInsert;
18
-use Piwik\Period;
19 18
 
20 19
 /**
21 20
  * This class is used to create a new Archive.
Please login to merge, or discard this patch.
core/Plugin/Dimension/VisitDimension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Piwik\Tracker\Request;
19 19
 use Piwik\Tracker\Visitor;
20 20
 use Piwik\Tracker\Action;
21
-use Piwik\Tracker;
22 21
 use Piwik\Plugin;
23 22
 use Exception;
24 23
 
Please login to merge, or discard this patch.
core/Plugin/Visualization.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Piwik\Metrics\Formatter\Html as HtmlFormatter;
20 20
 use Piwik\NoAccessException;
21 21
 use Piwik\Option;
22
-use Piwik\Period;
23 22
 use Piwik\Piwik;
24 23
 use Piwik\Plugins\API\API as ApiApi;
25 24
 use Piwik\Plugins\PrivacyManager\PrivacyManager;
Please login to merge, or discard this patch.
core/Tracker/TableLogAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Piwik\Tracker;
11 11
 
12 12
 use Piwik\Common;
13
-use Piwik\Config;
14 13
 use Piwik\Container\StaticContainer;
15 14
 use Piwik\Segment\SegmentExpression;
16 15
 
Please login to merge, or discard this patch.
core/Translate.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
 namespace Piwik;
10 10
 
11
-use Exception;
12 11
 use Piwik\Container\StaticContainer;
13 12
 use Piwik\Plugin\Manager;
14 13
 use Piwik\Translation\Translator;
Please login to merge, or discard this patch.
core/Translation/Translator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Piwik\Config;
12 12
 use Piwik\Piwik;
13
-use Piwik\Plugin;
14 13
 use Piwik\Translation\Loader\LoaderInterface;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.
core/Updates/2.15.0-b12.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace Piwik\Updates;
10 10
 
11 11
 use Piwik\Config;
12
-use Piwik\UpdateCheck;
13 12
 use Piwik\Updater;
14 13
 use Piwik\Updates;
15 14
 
Please login to merge, or discard this patch.
plugins/Actions/Columns/VisitTotalActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Piwik\Plugins\CoreHome\Segment;
13 13
 use Piwik\Tracker\Action;
14 14
 use Piwik\Tracker\Request;
15
-use Piwik\Tracker;
16 15
 use Piwik\Tracker\Visitor;
17 16
 
18 17
 class VisitTotalActions extends VisitDimension
Please login to merge, or discard this patch.