Test Failed
Pull Request — master (#67)
by
unknown
05:53
created
src/Application.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * AppKernel constructor.
57 57
      *
58
-     * @param $path
58
+     * @param string $path
59 59
      */
60 60
     public function __construct($path)
61 61
     {
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     }
168 168
 
169 169
     /**
170
-     * @param $e
170
+     * @param Exception $e
171 171
      *
172 172
      * @return Response
173 173
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use FastD\Http\ServerRequest;
20 20
 use FastD\Logger\Logger;
21 21
 use FastD\ServiceProvider\ConfigServiceProvider;
22
-use FastD\ServiceProvider\LoggerServiceProvider;
23 22
 use Psr\Http\Message\ResponseInterface;
24 23
 use Psr\Http\Message\ServerRequestInterface;
25 24
 use Symfony\Component\Debug\Exception\FatalThrowableError;
Please login to merge, or discard this patch.
src/Model/Database.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @param $query
57
+     * @param string $query
58 58
      *
59 59
      * @return bool|\PDOStatement
60 60
      */
Please login to merge, or discard this patch.