@@ -93,7 +93,7 @@ |
||
93 | 93 | $containerParams = []; |
94 | 94 | |
95 | 95 | if (isset($config['checks'])) { |
96 | - $config['checks'] = array_filter($config['checks'], static function ($i) { |
|
96 | + $config['checks'] = array_filter($config['checks'], static function($i) { |
|
97 | 97 | return $i; |
98 | 98 | }); |
99 | 99 |