Passed
Push — master ( 9a7e5f...deeefd )
by Guillermo A.
07:52
created
src/Common/AbstractAggregate.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,9 +45,9 @@
 block discarded – undo
45 45
         return $default;
46 46
     }
47 47
 
48
-     /**
49
-     * {@inheritDoc}
50
-     */
48
+        /**
49
+         * {@inheritDoc}
50
+         */
51 51
     final public function set(mixed $offset, mixed $value): void
52 52
     {
53 53
         $this->offsetSet($offset, $value);
Please login to merge, or discard this patch.