File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ public function getMeta() {
515
515
}
516
516
517
517
public function getFlexibleSigning () {
518
- return $ this ->getFlexibleSigning ;
518
+ return $ this ->flexibleSigning ;
519
519
}
520
520
521
521
public function appendMeta ($ key , $ value ) {
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ public function getSigned() {
179
179
return !!$ this ->signed ;
180
180
}
181
181
182
+ public function getSignedTimestamp () {
183
+ return $ this ->signed_timestamp ;
184
+ }
185
+
186
+ /** @deprecated use getSignedTimestamp instead */
182
187
public function getSigned_timestamp () {
183
188
return $ this ->signed_timestamp ;
184
189
}
@@ -235,6 +240,11 @@ public function setSigned($signed) {
235
240
$ this ->signed = !!$ signed ;
236
241
}
237
242
243
+ public function setSignedTimestamp ($ signed_timestamp ) {
244
+ $ this ->signed_timestamp = $ signed_timestamp ;
245
+ }
246
+
247
+ /** @deprecated use setSignedTimestamp instead */
238
248
public function setSigned_timestamp ($ signed_timestamp ) {
239
249
$ this ->signed_timestamp = $ signed_timestamp ;
240
250
}
You can’t perform that action at this time.
0 commit comments