We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4959b0 commit f26f3b6Copy full SHA for f26f3b6
src/HMRC/VAT/VATPostRequest.php
@@ -4,6 +4,7 @@
4
5
use HMRC\Request\PostBody;
6
use HMRC\Request\RequestMethod;
7
+use HMRC\Response\Response;
8
9
abstract class VATPostRequest extends VATRequest
10
{
@@ -27,7 +28,7 @@ protected function getMethod(): string
27
28
* @throws \HMRC\Exceptions\InvalidPostBodyException
29
* @throws \HMRC\Exceptions\MissingAccessTokenException
30
*
- * @return mixed|\Psr\Http\Message\ResponseInterface
31
+ * @return mixed|Response
32
*/
33
public function fire()
34
0 commit comments