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 2c1cc76 commit a50073fCopy full SHA for a50073f
sdk/Eversign/LogEntry.php
@@ -68,7 +68,7 @@ public function getSigner() {
68
return $this->signer;
69
}
70
71
- public function getTimestamp(): \DateTime {
+ public function getTimestamp() {
72
return $this->timestamp;
73
74
sdk/Eversign/Template.php
@@ -174,7 +174,7 @@ public function getClient() {
174
return $this->client;
175
176
177
- public function getExpires(): \DateTime {
+ public function getExpires() {
178
return $this->expires;
179
180
@@ -190,7 +190,6 @@ public function getFields() {
190
return $this->fields;
191
192
193
-
194
public function setTemplateId($templateId) {
195
$this->templateId = $templateId;
196
0 commit comments