Test Setup Failed
Pull Request — master (#79)
by Marco
31:16
created
test/StoragelessTest/Http/SessionMiddlewareTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -605,6 +605,9 @@  discard block
 block discarded – undo
605 605
         );
606 606
     }
607 607
 
608
+    /**
609
+     * @param RequestHandlerInterface $next
610
+     */
608 611
     private function ensureSameResponse(
609 612
         SessionMiddleware $middleware,
610 613
         ServerRequestInterface $request,
@@ -663,7 +666,7 @@  discard block
 block discarded – undo
663 666
             ->getToken();
664 667
     }
665 668
 
666
-    /** @param mixed $claim */
669
+    /** @param string $claim */
667 670
     private function createTokenWithCustomClaim(
668 671
         SessionMiddleware $middleware,
669 672
         \DateTime $issuedAt,
Please login to merge, or discard this patch.