@@ -109,7 +109,7 @@ |
||
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 |