jcobhams / newsapi-php

A PHP client for the News API (https://newsapi.org/docs/get-started)
MIT License
40 stars 20 forks source link

Update NewsApi.php #1

Closed nomadcuba closed 3 years ago

nomadcuba commented 3 years ago

Error when try to sort by because was checking the valid type of sort in the language array. Fixed Maybe because a typo error or copy / paste at moment of check if the sort By was valid it was comparing with languages instead of sortBy array.

jcobhams commented 3 years ago

Thanks for the update/fix 👍