Completed
Push — master ( 5937df...008a64 )
by Mehmet
04:28
created
src/Foundation/Response.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -55,6 +55,11 @@
 block discarded – undo
55 55
         $this->config = $container->get('config');
56 56
     }
57 57
 
58
+    /**
59
+     * @param string $template
60
+     * @param string $type
61
+     * @param string $controller
62
+     */
58 63
     private function checkTemplateFile($template, $type, $controller) : void
59 64
     {
60 65
         if (!file_exists($this->config['app']['templates_path'] .'/'. $template)) {
Please login to merge, or discard this patch.