Completed
Push — master ( ba1e76...42f011 )
by Iqbal
02:46
created
src/AbstractEntity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
         if (null !== $this->aggregateRoot && $aggregateRoot !== $this->aggregateRoot) {
32 32
             throw new InvalidArgumentException(sprintf(
33
-               'Aggregate root "%s" already registered on "%s".',
33
+                'Aggregate root "%s" already registered on "%s".',
34 34
                 get_class($aggregateRoot),
35 35
                 get_called_class()
36 36
             ));
Please login to merge, or discard this patch.