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

LeagueDivision is INT not STRING #40

Closed McAtze closed 2 years ago

McAtze commented 2 years ago

Hi,

in src/Entity/League.php on line 15 you reference to strDivision but it should be intDivision

    public ?string $strDivision;

Bildschirmfoto 2022-09-11 um 15 23 42

nkl-kst commented 2 years ago

Hi @McAtze,

thanks for opening this issue, you're completely right. I'll fix it as soon as possible.

Cheers

nkl-kst commented 2 years ago

Fixed in v1.3.4, thanks again.