You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PHP notice on getAliases if index has no aliases (#1080)
A php notice is triggered in `\Elastica\Index::getAliases()` if index
has no aliases. Only happens if php `error_reporting` setting is set to `-1`.
Closes#1078
0 commit comments