Fix PHPDoc

This commit is contained in:
Tomasz Sawicki
2016-02-16 10:49:00 +01:00
parent 4a480b156b
commit d0fc831a00
4 changed files with 37 additions and 25 deletions

View File

@@ -37,6 +37,8 @@ class Response
*
* thanks to ricardovermeltfoort@gmail.com
* http://php.net/manual/en/function.http-parse-headers.php#112986
* @param string $raw_headers raw headers
* @return array
*/
private function parseHeaders($raw_headers)
{