nkl-kst / the-sports-db

PHP library to get sports data from TheSportsDB (https://www.thesportsdb.com)
MIT License
23 stars 3 forks source link

strSport in League must not be null #27

Closed nkl-kst closed 2 years ago

nkl-kst commented 2 years ago

In the nightly build the following exception occured:

JsonMapper_Exception: JSON property "strSport" in class "NklKst\TheSportsDb\Entity\League" must not be NULL

This should be fixed by making strSport nullable in the League entity.

The exception is raised by

{
  "idLeague": "5105",
  "strLeague": "FIFA Arab Cup",
  "strSport": null,
  "strLeagueAlternate": null
}
nkl-kst commented 2 years ago

Fixed in v1.0.6