Completed
Push — master ( 93a71b...2d658a )
by Eridan
01:40
created
lib/PhpTemplateRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         $ext = pathinfo($template, PATHINFO_EXTENSION);
78 78
 
79 79
         if (
80
-            'php'   !== $ext &&
80
+            'php' !== $ext &&
81 81
             'phtml' !== $ext
82 82
         ) {
83 83
             return false;
Please login to merge, or discard this patch.