dcarbone / php-fhir

Tools for consuming data from a FHIR server with PHP
Apache License 2.0
129 stars 40 forks source link

Add return type in jsonSerialize() methods #86

Closed daviunx closed 1 year ago

daviunx commented 1 year ago

Match jsonSerialize definition with JsonSerializable interface

dcarbone commented 1 year ago

@daviunx was not having the return type there breaking something for you?