| @@ -38,7 +38,7 @@ | ||
| 38 | 38 | } | 
| 39 | 39 | |
| 40 | 40 | /** | 
| 41 | - * @return ServerRequestInterface|null | |
| 41 | + * @return null|Diactoros\ServerRequest | |
| 42 | 42 | */ | 
| 43 | 43 | public function acceptRequest() | 
| 44 | 44 |      { | 
| @@ -107,7 +107,7 @@ | ||
| 107 | 107 | ])); | 
| 108 | 108 | } | 
| 109 | 109 | |
| 110 | - /** | |
| 110 | + /** | |
| 111 | 111 | * Returns altered copy of _SERVER variable. Sets ip-address, | 
| 112 | 112 | * request-time and other values. | 
| 113 | 113 | * | 
| @@ -43,7 +43,7 @@ | ||
| 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) |