@@ -42,7 +42,7 @@ |
||
| 42 | 42 | $cape = ''; |
| 43 | 43 | |
| 44 | 44 | if (\array_key_exists('properties', $response)) { |
| 45 | - $textures = \array_filter($response['properties'], static function ($entry) { |
|
| 45 | + $textures = \array_filter($response['properties'], static function($entry) { |
|
| 46 | 46 | return $entry['name'] === 'textures'; |
| 47 | 47 | }); |
| 48 | 48 | |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | $route[2]['username'] = $this->cleanUsername($route[2]['username']); |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | - $request->setRouteResolver(static function () use ($route) { |
|
| 24 | + $request->setRouteResolver(static function() use ($route) { |
|
| 25 | 25 | return $route; |
| 26 | 26 | }); |
| 27 | 27 | |