Completed
Pull Request — master (#114)
by
unknown
07:36
created
test/StoragelessTest/Http/SessionMiddlewareTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -609,6 +609,9 @@  discard block
 block discarded – undo
609 609
         );
610 610
     }
611 611
 
612
+    /**
613
+     * @param RequestHandlerInterface $next
614
+     */
612 615
     private function ensureSameResponse(
613 616
         SessionMiddleware $middleware,
614 617
         ServerRequestInterface $request,
@@ -669,7 +672,7 @@  discard block
 block discarded – undo
669 672
             ->getToken();
670 673
     }
671 674
 
672
-    /** @param mixed $claim */
675
+    /** @param string $claim */
673 676
     private function createTokenWithCustomClaim(
674 677
         SessionMiddleware $middleware,
675 678
         DateTime $issuedAt,
Please login to merge, or discard this patch.