Passed
Push — master ( 1ac661...094357 )
by Marcio
02:42
created
src/Ballybran/Core/Collections/Collection/ValidateDot.php 1 patch
Indentation   +3 added lines, -3 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
      * --------------------------------------------------------------
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
             $value = array_merge($items, $this->getArrayItems($value));
164 164
             $this->set($key, $value);
165 165
         } 
166
-         $this->elements = array_merge($this->elements, $key->all());
166
+            $this->elements = array_merge($this->elements, $key->all());
167 167
         
168 168
     }
169 169
 
Please login to merge, or discard this patch.