meilisearch/meilisearch-php

Refactor all the attributes on `SearchQuery`

brunoocasali opened this issue · 0 comments

Move all the private attributes to be optional and null by default. This will allow removing the null coalescing ?? null from the toArray() call.

As pointed out here: #543 (review)