Passed
Push — master ( 33118b...5ca5e8 )
by Mehmet
06:00
created
src/Foundation/Response.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -52,6 +52,11 @@
 block discarded – undo
52 52
         $this->config = $container->get(ZendConfig::class);
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $template
57
+     * @param string $type
58
+     * @param string $controller
59
+     */
55 60
     private function checkTemplateFile($template, $type, $controller) : void
56 61
     {
57 62
         if (!file_exists($this->config->app->get('templates_dir', './templates') .'/'. $template)) {
Please login to merge, or discard this patch.