This commit is contained in:
2021-09-09 17:08:51 +08:00
parent 8ddd368c65
commit 9ca2d6634d
+3 -3
View File
@@ -285,7 +285,7 @@ class Response implements ResponseInterface
/**
* @return string|null
*/
public function getAccessControlAllowOrigin(): ?string
#[Pure] public function getAccessControlAllowOrigin(): ?string
{
return $this->__call__()->{__FUNCTION__}();
}
@@ -294,7 +294,7 @@ class Response implements ResponseInterface
/**
* @return string|null
*/
public function getAccessControlAllowHeaders(): ?string
#[Pure] public function getAccessControlAllowHeaders(): ?string
{
return $this->__call__()->{__FUNCTION__}();
}
@@ -303,7 +303,7 @@ class Response implements ResponseInterface
/**
* @return string|null
*/
public function getAccessControlRequestMethod(): ?string
#[Pure] public function getAccessControlRequestMethod(): ?string
{
return $this->__call__()->{__FUNCTION__}();
}