Test Failed
Branch master (3ca9d4)
by Filipe
04:09
created
Category
src/Dummify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     {
119 119
         $data = $this->getQuery()->get();
120 120
 
121
-        $data->each(function ($row) use ($callable) {
121
+        $data->each(function($row) use ($callable) {
122 122
             $this->getQuery()
123 123
                 ->where((array) $row)
124 124
                 ->update((array) $callable($row));
Please login to merge, or discard this patch.