@@ -96,7 +96,7 @@ |
||
96 | 96 | /** |
97 | 97 | * Extracts the headers and the body into a two-part array |
98 | 98 | * @param string $raw_response |
99 | - * @return array |
|
99 | + * @return string[] |
|
100 | 100 | */ |
101 | 101 | protected function extractResponseHeadersAndBody($raw_response) { |
102 | 102 | $header_size = $this->getheaderSize(); |