Test Failed
Branch master (16012d)
by Daniel
02:43
created
app/core/bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Whoops\Handler\PrettyPageHandler;
31 31
 use Whoops\Run as Whoops;
32 32
 use Vertex\Core\Router;
33
-use Vertex\Core\View;
34 33
 use Dotenv\Dotenv;
35 34
 
36 35
 /*
Please login to merge, or discard this patch.
app/core/Database.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * Load the configuration.
39 39
      * 
40 40
      * @param  array  $config 
41
-     * @return PDO
41
+     * @return string
42 42
      */
43 43
     public function loadConfig(array $config)
44 44
     {
Please login to merge, or discard this patch.