Test Setup Failed
Push — master ( 92c6b9...4d9a9d )
by Mehmet
02:19
created
src/ApplicationResponse.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -117,6 +117,11 @@
 block discarded – undo
117 117
         return $this->view->render($templatePath, $this->controllerResponse->getData());
118 118
     }
119 119
 
120
+    /**
121
+     * @param string $template
122
+     * @param string $type
123
+     * @param string $controller
124
+     */
120 125
     private function checkTemplateFile($template, $type, $controller) : void
121 126
     {
122 127
         if (!file_exists($this->config->view->get('templates_path') .'/'. $template)) {
Please login to merge, or discard this patch.