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