@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | /** |
42 | 42 | * Initializes the message instance. |
43 | 43 | * |
44 | - * @param \Zapheus\Http\Message\StreamInterface|null $body |
|
44 | + * @param null|StreamInterface $body |
|
45 | 45 | * @param array $headers |
46 | 46 | * @param string $version |
47 | 47 | */ |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | * Retrieves a message header value by the given case-insensitive name. |
113 | 113 | * |
114 | 114 | * @param string $name |
115 | - * @return string[] |
|
115 | + * @return boolean |
|
116 | 116 | */ |
117 | 117 | public function hasHeader($name) |
118 | 118 | { |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | * |
143 | 143 | * @throws \InvalidArgumentException |
144 | 144 | * |
145 | - * @param \Zapheus\Http\Message\StreamInterface $body |
|
145 | + * @param StreamInterface $body |
|
146 | 146 | * @return static |
147 | 147 | */ |
148 | 148 | public function withBody(StreamInterface $body) |