Skip to content

Commit f26f3b6

Browse files
author
Patompong Savaengsuk
committed
Change return type to response.
1 parent f4959b0 commit f26f3b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/HMRC/VAT/VATPostRequest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use HMRC\Request\PostBody;
66
use HMRC\Request\RequestMethod;
7+
use HMRC\Response\Response;
78

89
abstract class VATPostRequest extends VATRequest
910
{
@@ -27,7 +28,7 @@ protected function getMethod(): string
2728
* @throws \HMRC\Exceptions\InvalidPostBodyException
2829
* @throws \HMRC\Exceptions\MissingAccessTokenException
2930
*
30-
* @return mixed|\Psr\Http\Message\ResponseInterface
31+
* @return mixed|Response
3132
*/
3233
public function fire()
3334
{

0 commit comments

Comments
 (0)