Skip to content

Commit

Permalink
Fixed return type in PoolConfig::jsonSerialize
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdnepr authored Jun 3, 2023
1 parent 1c47d06 commit 51bb850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PoolConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function attributes(): array {
return $this->attributes;
}

public function jsonSerialize() {
public function jsonSerialize(): mixed {
return get_object_vars($this);
}
}

0 comments on commit 51bb850

Please sign in to comment.