Skip to content

Commit 0c855b1

Browse files
committed
🔧 fix for #2
1 parent d1b5284 commit 0c855b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SettingsContainerAbstract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public function fromJSON(string $json):SettingsContainerInterface{
165165
/**
166166
* @inheritdoc
167167
*/
168+
#[\ReturnTypeWillChange]
168169
public function jsonSerialize(){
169170
return $this->toArray();
170171
}

0 commit comments

Comments
 (0)