Completed
Push — master ( 5ef80d...669d28 )
by Beñat
02:38
created
src/LIN3S/SharedKernel/Domain/Model/EventsUrlGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Domain\Model;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Application/EventBus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Application;
15 15
 
Please login to merge, or discard this patch.
SharedKernel/Infrastructure/Application/SimpleBus/SimpleBusEventBus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Infrastructure\Application\SimpleBus;
15 15
 
Please login to merge, or discard this patch.
Application/Tactician/Middlewares/DomainEventsPublicationMiddleware.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Infrastructure\Application\Tactician\Middlewares;
15 15
 
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
         );
41 41
         $publishableEvents = $collectDomainEventsSubscriber->events();
42 42
 
43
-        $domainEvents = array_map(function (PublishableDomainEvent $publishableDomainEvent) {
43
+        $domainEvents = array_map(function(PublishableDomainEvent $publishableDomainEvent) {
44 44
             return $publishableDomainEvent->event();
45 45
         }, $publishableEvents);
46 46
 
Please login to merge, or discard this patch.
Application/Tactician/Middlewares/AppendDomainEventsToStoreMiddleware.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Infrastructure\Application\Tactician\Middlewares;
15 15
 
@@ -61,6 +61,6 @@  discard block
 block discarded – undo
61 61
 
62 62
     private function streamVersion() : StreamVersion
63 63
     {
64
-        return new StreamVersion(1);    // TODO: This value is hardcoded for now.
64
+        return new StreamVersion(1); // TODO: This value is hardcoded for now.
65 65
     }
66 66
 }
Please login to merge, or discard this patch.
SharedKernel/Infrastructure/Application/Tactician/TacticianEventBus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Infrastructure\Application\Tactician;
15 15
 
Please login to merge, or discard this patch.
Infrastructure/Application/Tactician/TacticianEventSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Infrastructure\Application\Tactician;
15 15
 
Please login to merge, or discard this patch.
Symfony/Bundle/DependencyInjection/Compiler/TacticianEventsBusPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Infrastructure\Symfony\Bundle\DependencyInjection\Compiler;
15 15
 
Please login to merge, or discard this patch.
Symfony/Bundle/DependencyInjection/Compiler/TacticianCommandBusPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace LIN3S\SharedKernel\Infrastructure\Symfony\Bundle\DependencyInjection\Compiler;
15 15
 
Please login to merge, or discard this patch.