Completed
Push — master ( b6df68...4becc2 )
by Derek Stephen
04:30
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   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -2,16 +2,16 @@
 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\Router\NotFoundException;
9
-use Bone\Server\Environment;
10
-use Bone\Server\SiteConfig;
11
-use Del\SessionManager;
12
-use Laminas\Diactoros\ServerRequestFactory;
13
-use Laminas\Diactoros\Response\RedirectResponse;
14
-use Laminas\HttpHandlerRunner\Emitter\SapiEmitter;
5
+use Barnacle\Container;
6
+use Bone\Http\Middleware\Stack;
7
+use Bone\Router\Router;
8
+use Bone\Router\NotFoundException;
9
+use Bone\Server\Environment;
10
+use Bone\Server\SiteConfig;
11
+use Del\SessionManager;
12
+use Laminas\Diactoros\ServerRequestFactory;
13
+use Laminas\Diactoros\Response\RedirectResponse;
14
+use Laminas\HttpHandlerRunner\Emitter\SapiEmitter;
15 15
 use Psr\Http\Server\RequestHandlerInterface;
16 16
 
17 17
 class Application
Please login to merge, or discard this patch.
src/ApplicationPackage.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -201,8 +201,7 @@
 block discarded – undo
201 201
     /**
202 202
      * @param string $view
203 203
      * @param string $folder
204
-     * @param array $registeredViews
205
-     * @param ViewEngine $viewEngine
204
+     * @param Folders $registeredViews
206 205
      */
207 206
     private function overrideViewFolder(string $view, string $folder, Folders $registeredViews): void
208 207
     {
Please login to merge, or discard this patch.