Completed
Push — master ( ab9e9d...a1429b )
by Vladimir
11:42 queued 05:25
created
src/DependencyInjection/TviMonitorExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.