Completed
Push — master ( 23716b...673933 )
by Park Jong-Hun
02:39
created
app/ViewEngine/TwigView.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
         return $this->var;
59 59
     }
60 60
 
61
+    /**
62
+     * @param string $fileName
63
+     */
61 64
     public function file($fileName)
62 65
     {
63 66
         $this->templateFilename = $fileName . $this->settings['postfix'];
Please login to merge, or discard this patch.