Completed
Push — master ( 12714a...a3d57f )
by Patrick
04:46
created
src/Adapters/Psr7/ResponseFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param int   $status
35 35
      * @param array $headers
36 36
      *
37
-     * @return ResponseContract
37
+     * @return \Psr\Http\Message\ResponseInterface
38 38
      */
39 39
     public function make($content = '', int $status = 200, array $headers = [])
40 40
     {
Please login to merge, or discard this patch.
src/Emitters/SapiEmitter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @param Response $response
37
+     * @param ResponseInterface $response
38 38
      */
39 39
     private function emitStatus(ResponseInterface $response)
40 40
     {
Please login to merge, or discard this patch.