Completed
Push — master ( 3f2b6b...56185f )
by Scott
06:20
created
src/Outputs/Json.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,7 @@
 block discarded – undo
20 20
         $output = (object) [
21 21
             'coverage' => number_format($percent, 2),
22 22
             'status' => $percent >= $minimumPercent ?
23
-                'Passed':
24
-                'Failed',
23
+                'Passed' : 'Failed',
25 24
             'violations' => $violations
26 25
         ];
27 26
         echo json_encode($output);
Please login to merge, or discard this patch.