Test Failed
Branch master (8038c9)
by Freddie
05:09
created
Category
src/Module/Demo/config/services.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 use Doctrine\ORM\EntityManager;
4 4
 use Psr\Container\ContainerInterface;
Please login to merge, or discard this patch.
src/Module/Demo/config/controllers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 use Psr\Container\ContainerInterface;
4 4
 use Simplex\Quickstart\Module\Demo\Controller\DemoController;
Please login to merge, or discard this patch.
src/Module/Demo/Controller/DemoController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Simplex\Quickstart\Module\Demo\Controller;
4 4
 
Please login to merge, or discard this patch.
src/Shared/Console/LoadFixturesCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Simplex\Quickstart\Shared\Console;
4 4
 
Please login to merge, or discard this patch.
src/Shared/CommandBus/HandlerLocator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Simplex\Quickstart\Shared\CommandBus;
4 4
 
Please login to merge, or discard this patch.
src/Shared/Testing/TestResultPrinter.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Simplex\Quickstart\Shared\Testing;
4 4
 
@@ -41,8 +41,8 @@  discard block
 block discarded – undo
41 41
 
42 42
     private function printDescription(Test $test, $time)
43 43
     {
44
-        $raw =\PHPUnit\Util\Test::describe($test);
45
-        $parts =  explode('::', $raw);
44
+        $raw = \PHPUnit\Util\Test::describe($test);
45
+        $parts = explode('::', $raw);
46 46
 
47 47
         $this->writeWithColor(
48 48
             'fg-cyan, bold',
Please login to merge, or discard this patch.
src/Shared/Testing/UnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Simplex\Quickstart\Shared\Testing;
4 4
 
Please login to merge, or discard this patch.
src/Shared/Testing/FixtureLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Simplex\Quickstart\Shared\Testing;
4 4
 
Please login to merge, or discard this patch.
src/Shared/Testing/ReflectionPropertyCapabilities.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Simplex\Quickstart\Shared\Testing;
4 4
 
Please login to merge, or discard this patch.