Skip to content

Commit

Permalink
Add typehint in phpdoc to correspond to method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Sluiman committed Mar 17, 2012
1 parent 03ba221 commit d4f9878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Http/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ protected function getCookieId($cookie)
/**
* Add a cookie
*
* @param ArrayIterator|SetCookie|string $cookie
* @param array|ArrayIterator|SetCookie|string $cookie
* @param string $value
* @param string $domain
* @param string $expire
Expand Down

0 comments on commit d4f9878

Please sign in to comment.