Skip to content

Commit 5d0cf3c

Browse files
committed
fixup! code cleanup
1 parent eb2b62c commit 5d0cf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Model/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function setAddressBookDisplayName(string $name): Configuration {
158158
return $this;
159159
}
160160

161-
public function jsonSerialize() {
161+
public function jsonSerialize(): array {
162162
$serializable = $this->data;
163163

164164
// serialization is for writing into DB in plain text,

0 commit comments

Comments
 (0)