Completed
Branch master (cb2b7a)
by Witold
05:21
created
src/RequestIdMiddleware.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * @param GeneratorInterface $generator
43 43
      * @param bool $allowOverride
44
-     * @param bool $responseHeader
44
+     * @param string|boolean $responseHeader
45 45
      * @param string $requestHeader
46 46
      */
47 47
     public function __construct(
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     /**
93 93
      * @param ServerRequestInterface $request
94 94
      *
95
-     * @return mixed
95
+     * @return string
96 96
      *
97 97
      * @throws Exception\MissingRequestId
98 98
      * @throws Exception\NotGenerated
Please login to merge, or discard this patch.