Skip to content

Commit a50073f

Browse files
make compatible with php 5.x
1 parent 2c1cc76 commit a50073f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sdk/Eversign/LogEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getSigner() {
6868
return $this->signer;
6969
}
7070

71-
public function getTimestamp(): \DateTime {
71+
public function getTimestamp() {
7272
return $this->timestamp;
7373
}
7474

sdk/Eversign/Template.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function getClient() {
174174
return $this->client;
175175
}
176176

177-
public function getExpires(): \DateTime {
177+
public function getExpires() {
178178
return $this->expires;
179179
}
180180

@@ -190,7 +190,6 @@ public function getFields() {
190190
return $this->fields;
191191
}
192192

193-
194193
public function setTemplateId($templateId) {
195194
$this->templateId = $templateId;
196195
}

0 commit comments

Comments
 (0)