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 eb2b62c commit 5d0cf3cCopy full SHA for 5d0cf3c
lib/Model/Configuration.php
@@ -158,7 +158,7 @@ public function setAddressBookDisplayName(string $name): Configuration {
158
return $this;
159
}
160
161
- public function jsonSerialize() {
+ public function jsonSerialize(): array {
162
$serializable = $this->data;
163
164
// serialization is for writing into DB in plain text,
0 commit comments