Skip to content

Commit 7a6cc61

Browse files
author
Martin Brecht-Precht
committed
Code cleanup.
1 parent b9c27c7 commit 7a6cc61

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/Response/Response.php

+8
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@
1010
class Response extends AbstractResponse
1111
{
1212

13+
/**
14+
* @return string
15+
*/
16+
public function getBody()
17+
{
18+
return parent::getBody();
19+
}
20+
1321
}

src/Response/ResponseInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function hasHeader($name);
6161
public function getHeader($name);
6262

6363
/**
64-
* @return string
64+
* @return mixed
6565
*/
6666
public function getBody();
6767

0 commit comments

Comments
 (0)