Completed
Push — master ( f7db99...180f32 )
by Dmitry
03:22
created
src/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
  */
32 32
 function filter_params(array $params)
33 33
 {
34
-    return array_filter($params, function ($value) {
34
+    return array_filter($params, function($value) {
35 35
         return !is_null($value);
36 36
     });
37 37
 }
Please login to merge, or discard this patch.