Completed
Push — master ( 1d259c...42eb1d )
by Derek Stephen
07:07
created
src/Application.php 1 patch
Unused Use Statements   +7 added lines, -9 removed lines patch added patch discarded remove patch
@@ -2,15 +2,13 @@
 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\Server\Environment;
8
+use Bone\Server\SiteConfig;
9
+use Del\SessionManager;
10
+use Laminas\Diactoros\ServerRequestFactory;
11
+use Laminas\HttpHandlerRunner\Emitter\SapiEmitter;
14 12
 use Psr\Http\Server\RequestHandlerInterface;
15 13
 
16 14
 class Application
Please login to merge, or discard this patch.
src/ApplicationPackage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
     /**
41 41
      * ApplicationPackage constructor.
42 42
      * @param array $config
43
-     * @param Router $router
44 43
      */
45 44
     public function __construct(array $config)
46 45
     {
Please login to merge, or discard this patch.