Completed
Push — master ( a1429b...fe43f0 )
by Vladimir
06:19
created
src/Controller/ApiController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
         try {
110 110
             list($checks, $groups, $tags) = $this->getFilterParams($request);
111 111
 
112
-            $checks = array_filter($checks, static function ($i) {
112
+            $checks = array_filter($checks, static function($i) {
113 113
                 return null !== $i;
114 114
             });
115 115
 
Please login to merge, or discard this patch.