alleyinteractive / searchpress

Elasticsearch integration for WordPress.
84 stars 12 forks source link

Code cleanup, mostly phpstan recommendations #166

Open mboynes opened 11 months ago

mboynes commented 11 months ago

For consideration. Adds phpstan scanning, reorganizes some code, and improves type consistency.

There should be no breaking changes here, though in improving type consistency, some functions now return different values for errors/failures (e.g. a function might return an empty array now whereas it returned false previously).