jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
851 stars 94 forks source link

Undefined property "animeMeta" in VoiceActingRole #517

Closed ToshY closed 1 year ago

ToshY commented 1 year ago

Problem

In src/Model/Person/VoiceActingRole.php, the method getAnimeMeta returns $this->animeMeta which does not exists.

It originates from this commit where the properties seemed to have been manually renamed and forgot to update it in the getters.

Solution

Update getters.

ToshY commented 1 year ago

@irfan-dahir Could you take a look at the PR?