Completed
Pull Request — master (#59)
by Geert
03:41
created
test/StoragelessTest/Http/SessionMiddlewareTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -586,7 +586,7 @@  discard block
 block discarded – undo
586 586
     }
587 587
 
588 588
     /**
589
-     * @return MiddlewareInterface
589
+     * @return null|callable
590 590
      */
591 591
     private function emptyValidationMiddleware(): MiddlewareInterface
592 592
     {
@@ -685,7 +685,7 @@  discard block
 block discarded – undo
685 685
     }
686 686
 
687 687
     /**
688
-     * @param object $object
688
+     * @param SessionMiddleware $object
689 689
      * @param string $name
690 690
      *
691 691
      * @return mixed
Please login to merge, or discard this patch.