X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fseekat;a=blobdiff_plain;f=tests%2FContentTypeTest.php;fp=tests%2FContentTypeTest.php;h=df6e8fae11ce86d344f12e0ae32d04e06103da0f;hp=3945245d0ff50af33fc62e9c7460d5caacc52317;hb=654d736df2c46ec2520f73e9089d06a44f2b9c50;hpb=2121556150be871684b5046af7cf250b8219128d diff --git a/tests/ContentTypeTest.php b/tests/ContentTypeTest.php index 3945245..df6e8fa 100644 --- a/tests/ContentTypeTest.php +++ b/tests/ContentTypeTest.php @@ -48,7 +48,7 @@ class ContentTypeTest extends BaseTest function encode($data): Body { return new Body; } - function decode(Body $body) { + function decode(Body $body) : string { return (string) $body; } });