Completed
Push — master ( 6dddbe...bfde3c )
by Beñat
02:22
created
src/LIN3S/SharedKernel/Event/Stream.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\Event;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Event/StreamName.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\Event;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Event/StoredEvent.php 2 patches
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\Event;
15 15
 
Please login to merge, or discard this patch.
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@  discard block
 block discarded – undo
104 104
         }
105 105
     }
106 106
 
107
+    /**
108
+     * @param DomainEvent $object
109
+     */
107 110
     private function serializePayload(\ReflectionProperty $property, $object, array $result = [])
108 111
     {
109 112
         $property->setAccessible(true);
@@ -123,6 +126,9 @@  discard block
 block discarded – undo
123 126
         return $result;
124 127
     }
125 128
 
129
+    /**
130
+     * @param DomainEvent $object
131
+     */
126 132
     private function serializeEvent(\ReflectionProperty $property, $object, array $result = [])
127 133
     {
128 134
         $property->setAccessible(true);
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Infrastructure/Persistence/Sql/ConnectionFactory.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\Persistence\Sql;
15 15
 
Please login to merge, or discard this patch.
Infrastructure/Persistence/Doctrine/ORM/DoctrineQuerySpecification.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\Persistence\Doctrine\ORM;
15 15
 
Please login to merge, or discard this patch.
SharedKernel/Infrastructure/Application/SimpleBus/SimpleBusCommandBus.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.
src/LIN3S/SharedKernel/Application/QueryBus.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.
src/LIN3S/SharedKernel/Domain/Event/DomainEventSubscriber.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\Event;
15 15
 
Please login to merge, or discard this patch.
LIN3S/SharedKernel/Domain/Event/CollectInMemoryDomainEventsSubscriber.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\Event;
15 15
 
Please login to merge, or discard this patch.