Completed
Push — master ( 4be545...15ae11 )
by Beñat
01:37
created
src/LIN3S/SharedKernel/Event/StoredEvent.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -85,6 +85,9 @@
 block discarded – undo
85 85
         }
86 86
     }
87 87
 
88
+    /**
89
+     * @param DomainEvent $object
90
+     */
88 91
     private function serialize(\ReflectionProperty $property, $object, array $result = [])
89 92
     {
90 93
         $property->setAccessible(true);
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace LIN3S\SharedKernel\Event;
15 15
 
16
-use App\Domain\Model\Post\PostId;
17
-use App\Domain\Model\Post\PostWasCreated;
18 16
 use LIN3S\SharedKernel\Domain\Model\DomainEvent;
19 17
 use LIN3S\SharedKernel\Exception\InvalidArgumentException;
20 18
 
Please login to merge, or discard this patch.
LIN3S/SharedKernel/Infrastructure/Symfony/HttpAction/ListEventsAction.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\HttpAction;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Application/Event/GetEvents.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\Event;
15 15
 
Please login to merge, or discard this patch.
src/LIN3S/SharedKernel/Application/Event/GetEventsQuery.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\Event;
15 15
 
Please login to merge, or discard this patch.