Completed
Push — master ( d35735...5b37e3 )
by Mehmet
05:06
created
src/Core/Result.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -31,6 +31,11 @@
 block discarded – undo
31 31
         $this->session =$session;
32 32
     }
33 33
 
34
+    /**
35
+     * @param string $template
36
+     * @param string $type
37
+     * @param string $controller
38
+     */
34 39
     private function checkTemplateFile($template, $type, $controller) : void
35 40
     {
36 41
         if (!file_exists($this->config['templates_dir'] .'/'. $template)) {
Please login to merge, or discard this patch.