Completed
Push — master ( 75ed77...0005d9 )
by Beñat
01:59
created
LIN3S/SharedKernel/Infrastructure/Persistence/Sql/Event/SqlEventStore.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\Persistence\Sql\Event;
15 15
 
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
             return;
42 42
         }
43 43
 
44
-        $this->pdo->insert(self::TABLE_NAME, array_map(function (StoredEvent $event) {
44
+        $this->pdo->insert(self::TABLE_NAME, array_map(function(StoredEvent $event) {
45 45
             return $event->normalizeToAppend();
46 46
         }, $events));
47 47
     }
Please login to merge, or discard this patch.