Completed
Push — master ( f3d414...a522f9 )
by Park Jong-Hun
09:11
created
app/ViewEngine/TwigView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     {
124 124
         $pos = strrpos($this->getFile(), '/');
125 125
 
126
-        if($pos === false) {
126
+        if ($pos === false) {
127 127
             return $file . $this->settings['postfix'];
128 128
         }
129 129
 
Please login to merge, or discard this patch.