Passed
Push — master ( 9280cd...76fe10 )
by Simon
02:08
created
Service/ReportBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Symball\ReportBundle\Service;
13 13
 
14
-use Symball\ReportBundle\Service\ReportPattern;
15 14
 use Symball\ReportBundle\Service\ReportStyle;
16 15
 use Symball\ReportBundle\Service\Meta;
17 16
 use Symball\ReportBundle\Interfaces\NavInterface;
Please login to merge, or discard this patch.
Tests/Unit/MetaTest.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
 /* The base PHPUnit test class */
12 12
 use PHPUnit\Framework\TestCase;
13
-
14 13
 use Symball\ReportBundle\Service\Meta;
15 14
 
16 15
 /* Extend the default PHPUnit test case */
Please login to merge, or discard this patch.
Tests/Unit/ReportPatternTest.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
 /* The base PHPUnit test class */
12 12
 use PHPUnit\Framework\TestCase;
13
-
14 13
 use Symball\ReportBundle\Service\ReportPattern;
15 14
 use Symball\ReportBundle\Service\ReportBuilder;
16 15
 use Symball\ReportBundle\Interfaces\PatternInterface;
Please login to merge, or discard this patch.
Tests/Unit/ReportStyleTest.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
 /* The base PHPUnit test class */
12 12
 use PHPUnit\Framework\TestCase;
13
-
14 13
 use Symball\ReportBundle\Service\Meta;
15 14
 use Symball\ReportBundle\Service\ReportStyle;
16 15
 use Symball\ReportBundle\Service\ReportBuilder;
Please login to merge, or discard this patch.
Tests/Unit/ReportQueryTest.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
 /* The base PHPUnit test class */
12 12
 use PHPUnit\Framework\TestCase;
13
-
14 13
 use Symball\ReportBundle\Service\ReportQuery;
15 14
 use Symball\ReportBundle\Interfaces\QueryInterface;
16 15
 
Please login to merge, or discard this patch.