Test Failed
Push — 1.0.x ( 96ee5e...6a4ef4 )
by Koldo
05:20 queued 02:56
created
src/Infrastructure/Repository/DbalAggregateRootRepository.php 5 patches
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,7 +59,4 @@
 block discarded – undo
59 59
                 'payload' => json_encode($event->payload(), JSON_THROW_ON_ERROR),
60 60
                 'occurred_on' => $event->occurredOn()->format('Y-m-d H:i:s'),
61 61
             ]);
62
-            DomainEventEmitter::recordThat($event);
63
-        }
64
-    }
65
-}
62
+            DomainEventEmitter::recordThat($event
66 63
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,7 +59,4 @@
 block discarded – undo
59 59
                 'payload' => json_encode($event->payload(), JSON_THROW_ON_ERROR),
60 60
                 'occurred_on' => $event->occurredOn()->format('Y-m-d H:i:s'),
61 61
             ]);
62
-            DomainEventEmitter::recordThat($event);
63
-        }
64
-    }
65
-}
62
+            DomainEventEmitter::recordThat($event
66 63
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,7 +59,4 @@
 block discarded – undo
59 59
                 'payload' => json_encode($event->payload(), JSON_THROW_ON_ERROR),
60 60
                 'occurred_on' => $event->occurredOn()->format('Y-m-d H:i:s'),
61 61
             ]);
62
-            DomainEventEmitter::recordThat($event);
63
-        }
64
-    }
65
-}
62
+            DomainEventEmitter::recordThat($event
66 63
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,7 +59,4 @@
 block discarded – undo
59 59
                 'payload' => json_encode($event->payload(), JSON_THROW_ON_ERROR),
60 60
                 'occurred_on' => $event->occurredOn()->format('Y-m-d H:i:s'),
61 61
             ]);
62
-            DomainEventEmitter::recordThat($event);
63
-        }
64
-    }
65
-}
62
+            DomainEventEmitter::recordThat($event
66 63
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,7 +59,4 @@
 block discarded – undo
59 59
                 'payload' => json_encode($event->payload(), JSON_THROW_ON_ERROR),
60 60
                 'occurred_on' => $event->occurredOn()->format('Y-m-d H:i:s'),
61 61
             ]);
62
-            DomainEventEmitter::recordThat($event);
63
-        }
64
-    }
65
-}
62
+            DomainEventEmitter::recordThat($event
66 63
\ No newline at end of file
Please login to merge, or discard this patch.