Test Setup Failed
Push — fix/monitor-checks ( a49436 )
by Ben
09:13 queued 23s
created
src/System/HealthMonitor/Monitor.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,9 @@
 block discarded – undo
33 33
                     app($notifier)->onFailure($checkInstance);
34 34
                 }
35 35
 
36
-                if( false === $checkResult) break;
36
+                if( false === $checkResult) {
37
+                    break;
38
+                }
37 39
 
38 40
             } else {
39 41
                 foreach ($notifiers as $notifier) {
Please login to merge, or discard this patch.