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