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

Removing unused setGlue()

This commit is contained in:
Michael Dowling 2013-05-23 16:42:49 -07:00
parent e68bc9fd95
commit 8e292896c5

View File

@ -482,7 +482,7 @@ class Response extends AbstractMessage
*/
public function getContentDisposition()
{
return (string) $this->getHeader('Content-Disposition')->setGlue(';');
return (string) $this->getHeader('Content-Disposition');
}
/**