This commit is contained in:
Dennis Eichhorn 2017-09-05 12:00:11 +02:00 committed by GitHub
parent efc4f1543b
commit 9472994cf6

View File

@ -173,12 +173,4 @@ class Response extends ResponseAbstract implements RenderableInterface
return $result;
}
}
/**
* {@inheritdoc}
*/
public function getReasonPhrase() : string
{
return $this->header->getHeader('Status');
}
}