| Total Complexity | 6 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class MojangAccountFactory |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @throws \JsonException |
||
| 11 | */ |
||
| 12 | public static function makeFromApiResponse(array $response): MojangAccount |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Extract texture (skin/cape) ids from URL. |
||
| 44 | */ |
||
| 45 | private static function extractTextureIdFromUrl(string $url): string |
||
| 52 |