Passed
Push — master ( e43bfe...032fef )
by Mattia
03:24
created
app/Minecraft/MojangAccountFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
app/Http/Middleware/CleanupUuidOrName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.