The expression return $this->get('user/...$sport . '/' . $season) returns the type SchoppAx\Sleeper\Api\json which is incompatible with the type-hinted return array.
The expression return $this->get('leagu... $leagueId . '/drafts') returns the type SchoppAx\Sleeper\Api\json which is incompatible with the type-hinted return array.
The expression return $this->get('/draft/' . $draftId) returns the type SchoppAx\Sleeper\Api\json which is incompatible with the type-hinted return array.
The expression return $this->get('/draf... . $draftId . '/picks') returns the type SchoppAx\Sleeper\Api\json which is incompatible with the type-hinted return array.
The expression return $this->get('/draf...ftId . '/traded_picks') returns the type SchoppAx\Sleeper\Api\json which is incompatible with the type-hinted return array.