@@ -122,7 +122,6 @@ discard block |
||
122 | 122 | /** |
123 | 123 | * Initialize the headers. |
124 | 124 | * |
125 | - * @param string $uri |
|
126 | 125 | * @return array the headers. |
127 | 126 | */ |
128 | 127 | private function initQueryParams($serverParams) |
@@ -332,7 +331,7 @@ discard block |
||
332 | 331 | * Checks if a content type header exists with the given content type. |
333 | 332 | * |
334 | 333 | * @param string $contentType |
335 | - * @return true if a content type header exists with the given content type. |
|
334 | + * @return boolean if a content type header exists with the given content type. |
|
336 | 335 | */ |
337 | 336 | private function hasContentType($contentType) |
338 | 337 | { |