diff --git a/lib/public/irequest.php b/lib/public/irequest.php index b9bcc4bbc28e7ea2d4ad525f9bc5d51cd18dd84f..054f15d9eb2f01f35530eaacdb51a4c7fc97c299 100644 --- a/lib/public/irequest.php +++ b/lib/public/irequest.php @@ -107,12 +107,4 @@ interface IRequest { function getCookie($key); - /** - * Returns the request body content. - * - * @param Boolean $asResource If true, a resource will be returned - * @return string|resource The request body content or a resource to read the body stream. - * @throws \LogicException - */ - //function getContent($asResource = false); }