Completed
Push — master ( 63a0d3...aa222f )
by Nil
05:08 queued 02:52
created
src/Infrastructure/Model/Repository/Eloquent/EloquentFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     private static function removeEmptyFilters(array $filters)
44 44
     {
45
-        $filters = array_filter($filters, function ($v) {
45
+        $filters = array_filter($filters, function($v) {
46 46
             return count($v) > 0;
47 47
         });
48 48
 
Please login to merge, or discard this patch.