Completed
Branch feature/pre-split (a42d1e)
by Anton
03:22
created
source/Spiral/ODM/Accessors/AbstractArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
         }
130 130
 
131 131
         //Removing values from array (non strict)
132
-        $this->values = array_filter($this->values, function ($item) use ($value) {
132
+        $this->values = array_filter($this->values, function($item) use ($value) {
133 133
             return $item != $value;
134 134
         });
135 135
 
Please login to merge, or discard this patch.