Completed
Push — master ( 4f5caa...81fdfd )
by Derek Stephen
05:04
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
@@ -294,8 +294,7 @@
 block discarded – undo
294 294
     /**
295 295
      * @param string $view
296 296
      * @param string $folder
297
-     * @param array $registeredViews
298
-     * @param PlatesEngine $viewEngine
297
+     * @param Folders $registeredViews
299 298
      */
300 299
     private function overrideViewFolder(string $view, string $folder, Folders $registeredViews): void
301 300
     {
Please login to merge, or discard this patch.