Pull out getProtocolVersion

This commit is contained in:
Dennis Eichhorn 2017-09-05 11:50:20 +02:00 committed by GitHub
parent 40d52330f8
commit 9d4edf85ea

View File

@ -87,14 +87,6 @@ class Response extends ResponseAbstract implements RenderableInterface
return false; return false;
} }
/**
* {@inheritdoc}
*/
public function getProtocolVersion() : string
{
return '1.0';
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */