Passed
Push — master ( 968482...eec386 )
by Eric
08:33 queued 26s
created
src/Template.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,9 @@
 block discarded – undo
47 47
     /**
48 48
      * Constructor.
49 49
      */
50
-    public function __construct() {}
50
+    public function __construct()
51
+    {
52
+}
51 53
 
52 54
     /**
53 55
      * Assign our variables and replacements.
Please login to merge, or discard this patch.