whitespacecode / nova-table-card

Nova Card for Custom Tables
MIT License
9 stars 4 forks source link

Fix return type in Row::jsonSerialize() and Cell::jsonSerialize() met… #1

Closed gasner closed 1 year ago

gasner commented 1 year ago

This pull request addresses the warning message related to the return type of the jsonSerialize() method in the Row class of the Whitespacecode\TableCard\Table module. The warning indicated that the return type should be compatible with JsonSerializable::jsonSerialize(): mixed.

Please review this pull request and merge it into the main branch

whitespacecode commented 1 year ago

Thanks!