@@ -51,7 +51,9 @@ |
||
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. |