We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84878fb commit 4f083e5Copy full SHA for 4f083e5
src/Response/NewOrder.php
@@ -14,16 +14,16 @@
14
final class NewOrder extends BaseResponse implements ResponseInterface
15
{
16
/**
17
- * @var Data
+ * @var Data|null
18
*
19
* @Serializer\Type("BitcoinVietnam\BitcoinVnCloud\Response\NewOrder\Data")
20
*/
21
private $data;
22
23
24
- * @return Data
+ * @return Data|null
25
26
- public function getData(): Data
+ public function getData(): ?Data
27
28
return $this->data;
29
}
0 commit comments