ruflin / Elastica

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

Add more missing @throws tags #2175

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

Hi, @ruflin

This is a follow up of https://github.com/ruflin/Elastica/pull/2152 I found some missing @throws tag.

get/set methods are throwing exceptions but I forgot to add the tag to related get/set methods.

ruflin commented 1 year ago

thx!