Passed
Push — master ( 903def...5739c6 )
by Eric
02:30
created
src/CoverageCheck.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,9 @@
 block discarded – undo
51 51
     /**
52 52
      * Constructor. Doesn't need to do anything, at least for the moment.
53 53
      */
54
-    public function __construct() {}
54
+    public function __construct()
55
+    {
56
+}
55 57
 
56 58
     /**
57 59
      * Returns the given number formatted and rounded for percentage.
Please login to merge, or discard this patch.