Completed
Branch master (2c2544)
by Jose Manuel
10:42
created
src/NextHandlerAdapter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         return $this->getPsr7Response($response);
62 62
     }
63 63
 
64
+    /**
65
+     * @param Request $originalRequest
66
+     */
64 67
     private function convertRequest(ServerRequestInterface $psr7Request, $originalRequest): Request
65 68
     {
66 69
         $foundation_request = $this->httpFoundationFactory->createRequest($psr7Request);
Please login to merge, or discard this patch.