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:
parent
e68bc9fd95
commit
8e292896c5
@ -482,7 +482,7 @@ class Response extends AbstractMessage
|
||||
*/
|
||||
public function getContentDisposition()
|
||||
{
|
||||
return (string) $this->getHeader('Content-Disposition')->setGlue(';');
|
||||
return (string) $this->getHeader('Content-Disposition');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user