Test Setup Failed
Branch master (2ef43a)
by Mehmet
04:58 queued 02:59
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.
src/Core/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Selami\Core;
13 13
 
14
-use Selami as s;
15 14
 use Selami\Router;
16 15
 use Psr\Container\ContainerInterface;
17 16
 use Psr\Http\Message\ServerRequestInterface;
Please login to merge, or discard this patch.