ruflin / Elastica

Elastica is a PHP client for elasticsearch
http://elastica.io/
MIT License
2.26k stars 736 forks source link

Remove deprecated index creation options #2147

Closed franmomu closed 1 year ago

franmomu commented 1 year ago

Replaces https://github.com/ruflin/Elastica/pull/2134

Using the work done in https://github.com/ruflin/Elastica/pull/2134 and fixed issues found by phpstan

franmomu commented 1 year ago

I think in this case is fine like this since it was deprecated to pass null, so the user has probably already changed its code.