Completed
Push — master ( af0d2f...ba91a3 )
by Derek Stephen
48:41 queued 47:10
created
src/Application.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
     /**
49 49
      *  Ahoy! There nay be boardin without yer configuration
50 50
      *
51
-     * @param array $config
52 51
      * @return Application
53 52
      */
54 53
     public static function ahoy()
Please login to merge, or discard this patch.
Unused Use Statements   +8 added lines, -9 removed lines patch added patch discarded remove patch
@@ -2,15 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace Bone;
4 4
 
5
-use Barnacle\Container;
6
-use Bone\Http\Middleware\Stack;
7
-use Bone\Router\Router;
8
-use Bone\Server\Environment;
9
-use Bone\Server\SiteConfig;
10
-use Del\SessionManager;
11
-use Laminas\Diactoros\ServerRequestFactory;
12
-use Laminas\Diactoros\Response\RedirectResponse;
13
-use Laminas\HttpHandlerRunner\Emitter\SapiEmitter;
5
+use Barnacle\Container;
6
+use Bone\Http\Middleware\Stack;
7
+use Bone\Router\Router;
8
+use Bone\Server\Environment;
9
+use Bone\Server\SiteConfig;
10
+use Del\SessionManager;
11
+use Laminas\Diactoros\ServerRequestFactory;
12
+use Laminas\HttpHandlerRunner\Emitter\SapiEmitter;
14 13
 use Psr\Http\Server\RequestHandlerInterface;
15 14
 
16 15
 class Application
Please login to merge, or discard this patch.