Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

0.2.3

Choose a tag to compare

@das-nagnag das-nagnag released this 09 Aug 15:26
· 2 commits to flow-6 since this release
ensure additionalData is empty object instead of array

Also ensured the interface's method signature to be kept by defaulting additionalData to null instead of [].
When json encoding, we check whether additionalData is an empty array and if it is, we pass a stdClass (generic empty class in PHP) instead of the empty array to fix the issue of empty arrays being passed to the control center logs

contributes to #PURPLE-249