Passed
Push — master ( 965e5a...bdc809 )
by Darko
10:34
created
app/Services/Tmux/TmuxMonitorService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
         // Parse fix_crap setting into an array
55 55
         $fixCrapSetting = $this->runVar['settings']['fix_crap'] ?? '';
56
-        $fixCrapTypes = ! empty($fixCrapSetting)
56
+        $fixCrapTypes = !empty($fixCrapSetting)
57 57
             ? (is_array($fixCrapSetting) ? $fixCrapSetting : explode(',', $fixCrapSetting))
58 58
             : [];
59 59
         $fixCrapTypes = array_filter($fixCrapTypes);
Please login to merge, or discard this patch.