Completed
Push — master ( 3d33e9...3d9d08 )
by Anton
01:42
created
src/PSR7Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @return ServerRequestInterface|null
41
+     * @return null|Diactoros\ServerRequest
42 42
      */
43 43
     public function acceptRequest()
44 44
     {
Please login to merge, or discard this patch.
src/Worker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @param mixed $header
45 45
      *
46
-     * @return \Error|null|string
46
+     * @return string
47 47
      * @throws GoridgeException
48 48
      */
49 49
     public function receive(&$header)
Please login to merge, or discard this patch.