NicklasWallgren / PokemonGoAPI-PHP

Pokemon Go API PHP library
BSD 2-Clause "Simplified" License
130 stars 51 forks source link

getPokemonsByFamily() function missed a NOT operator #108

Closed khitas closed 8 years ago

khitas commented 8 years ago

Hello, a Not (!) operator is missing from the PokemonFamilyId::isValid check in getPokemonsByFamily() function like the !PokemonId::isValid in the getPokemonsByType() function

NicklasWallgren commented 8 years ago

Resolved. Thanks