Passed
Push — master ( 9280cd...76fe10 )
by Simon
02:08
created
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.
Tests/Extension/ConfigurationTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     use ConfigurationTestCaseTrait;
28 28
     
29 29
     protected function getContainerExtension() {
30
-       return new SymballReportExtension();
30
+        return new SymballReportExtension();
31 31
     }
32 32
     
33 33
     protected function getConfiguration()
Please login to merge, or discard this patch.
Tests/Extension/ServiceTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
 {
22 22
     
23 23
     protected function getContainerExtensions() {
24
-       return array(
25
-         new SymballReportExtension()
26
-       );
24
+        return array(
25
+            new SymballReportExtension()
26
+        );
27 27
     }
28 28
     
29 29
     protected function getMinimalConfiguration()
Please login to merge, or discard this patch.