变更
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class Response implements ResponseInterface
|
|||||||
* @param ContentType $contentType
|
* @param ContentType $contentType
|
||||||
* @return Response
|
* @return Response
|
||||||
*/
|
*/
|
||||||
public function withContentType(ContentType $contentType): static
|
public function withContentType(ContentType $contentType): ResponseInterface
|
||||||
{
|
{
|
||||||
return $this->__call__(__FUNCTION__, $contentType);
|
return $this->__call__(__FUNCTION__, $contentType);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user