We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e473ef commit 918bfffCopy full SHA for 918bfff
1 file changed
src/ResponseModels/Traits/LeaseTrait.php
@@ -10,7 +10,7 @@
10
trait LeaseTrait
11
{
12
/**
13
- * @var int|null
+ * @var string|null
14
*/
15
protected $leaseId;
16
@@ -25,9 +25,9 @@ trait LeaseTrait
25
protected $renewable;
26
27
28
- * @return int|null
+ * @return string|null
29
30
- public function getLeaseId(): ?int
+ public function getLeaseId(): ?string
31
32
return $this->leaseId;
33
}
0 commit comments