for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SchoppAx\Sleeper\Api;
class Players extends Api
{
/**
* @return array|[]
array|[]
2
* @throws SleeperException
*/
public function all(): array
return $this->get('players/nfl');
return $this->get('players/nfl')
SchoppAx\Sleeper\Api\json
array
}