Passed
Push — master ( 9226cf...25b66d )
by Marcio
02:45
created
src/Ballybran/Core/Collections/Collection/IteratorCollection.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,12 +127,12 @@
 block discarded – undo
127 127
         if (!isset($offset)) {
128 128
             $this->set($offset, $value);
129 129
         }
130
-         $this->set($offset, $value);
130
+            $this->set($offset, $value);
131 131
     }
132 132
 
133 133
     public function offsetUnset($offset)
134 134
     {
135
-         $this->remove($offset);
135
+            $this->remove($offset);
136 136
     }
137 137
 
138 138
     public function containsKey($key)
Please login to merge, or discard this patch.