Skip to content

Commit 1beb7df

Browse files
committed
:octocat: fix for return type fix in 0872966
1 parent 294f0af commit 1beb7df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SettingsContainerAbstract.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ public function fromJSON(string $json):SettingsContainerInterface{
154154
/**
155155
* @inheritdoc
156156
*/
157-
public function jsonSerialize(){
157+
#[\ReturnTypeWillChange]
158+
public function jsonSerialize():array{
158159
return $this->toArray();
159160
}
160161

0 commit comments

Comments
 (0)