From a09478eb2fda9ae3217135d04f5fab3ae8116a37 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 21 Nov 2017 17:47:22 +0100 Subject: [PATCH] Return type doesn't match --- tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 50cc296..b7aedf2 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -11,7 +11,7 @@ abstract class TestCase extends PHPUnit_Framework_TestCase * Returns a PSR7 Stream for a given fixture. * * @param string $fixture The fixture to create the stream for. - * @return Psr7Stream + * @return Psr7\Stream */ protected function getPsr7StreamForFixture($fixture): Psr7\Stream { @@ -31,7 +31,7 @@ abstract class TestCase extends PHPUnit_Framework_TestCase * * @param string $fixture The fixture to create the response for. * @param integer $statusCode A HTTP Status Code for the response. - * @return Psr7Response + * @return Psr7\Response */ protected function getPsr7JsonResponseForFixture($fixture, $statusCode = 200): Psr7\Response {