Passed
Push — master ( 1785b4...1ac661 )
by Marcio
03:05
created
src/Ballybran/Core/Collections/Collection/IteratorDot.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@
 block discarded – undo
265 265
             $value = array_merge($items, $this->getArrayItems($value));
266 266
             $this->set($key, $value);
267 267
         } 
268
-         $this->elements = array_merge($this->elements, $key->all());
268
+            $this->elements = array_merge($this->elements, $key->all());
269 269
         
270 270
     }
271 271
 
Please login to merge, or discard this patch.
src/Ballybran/Core/Collections/Collection/ValidateDot.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
         $this->elements = &$items;
33 33
     }
34 34
 
35
-	/**
35
+    /**
36 36
      * Return all the stored items
37 37
      *
38 38
      * @return array
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
    
60
-      /*
60
+        /*
61 61
      * --------------------------------------------------------------
62 62
      * ArrayAccess interface
63 63
      * --------------------------------------------------------------
Please login to merge, or discard this patch.