1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

Fixing docblock

This commit is contained in:
Michael Dowling 2013-05-27 19:47:03 -07:00
parent b0d1c9ee22
commit 9a4b508612

View File

@ -252,7 +252,7 @@ class Header implements ToArrayInterface, \IteratorAggregate, \Countable
/**
* Convert a header containing ";" separated data into an array of associative arrays representing the header
* key value pair data of the header. When a parameter does not contain a value, but just contains a key, this
* function will inject a key with a null value.
* function will inject a key with a '' string value.
*
* @return array
* @todo Do not split semicolons when enclosed in quotes (e.g. foo="baz;bar")