Passed
Push — develop ( a2ef7c...d334d9 )
by Greg
06:32
created
app/Http/Middleware/RequestHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
  */
31 31
 class RequestHandler implements RequestHandlerInterface, MiddlewareInterface
32 32
 {
33
-    private const CONTROLLER_NAMESPACE      = '\\Fisharebest\\Webtrees\\Http\\Controllers\\';
33
+    private const CONTROLLER_NAMESPACE = '\\Fisharebest\\Webtrees\\Http\\Controllers\\';
34 34
 
35 35
     public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
36 36
     {
Please login to merge, or discard this patch.