GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 981090...e30cbf )
by Christian
01:43
created
src/Builder/AlbumTagsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      */
71 71
     public function autocorrect(bool $autocorrect): self
72 72
     {
73
-        $this->query['autocorrect'] =  $autocorrect ? 1 : 0;
73
+        $this->query['autocorrect'] = $autocorrect ? 1 : 0;
74 74
 
75 75
         return $this;
76 76
     }
Please login to merge, or discard this patch.
src/Builder/ArtistTopTagsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      */
57 57
     public function autocorrect(bool $autocorrect): self
58 58
     {
59
-        $this->query['autocorrect'] =  $autocorrect ? 1 : 0;
59
+        $this->query['autocorrect'] = $autocorrect ? 1 : 0;
60 60
 
61 61
         return $this;
62 62
     }
Please login to merge, or discard this patch.
src/Builder/ArtistTopTracksBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      */
57 57
     public function autocorrect(bool $autocorrect): self
58 58
     {
59
-        $this->query['autocorrect'] =  $autocorrect ? 1 : 0;
59
+        $this->query['autocorrect'] = $autocorrect ? 1 : 0;
60 60
 
61 61
         return $this;
62 62
     }
Please login to merge, or discard this patch.
src/Builder/TrackTagsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      */
71 71
     public function autocorrect(bool $autocorrect): self
72 72
     {
73
-        $this->query['autocorrect'] =  $autocorrect ? 1 : 0;
73
+        $this->query['autocorrect'] = $autocorrect ? 1 : 0;
74 74
 
75 75
         return $this;
76 76
     }
Please login to merge, or discard this patch.
src/Builder/TrackTopTagsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      */
59 59
     public function autocorrect(bool $autocorrect): self
60 60
     {
61
-        $this->query['autocorrect'] =  $autocorrect ? 1 : 0;
61
+        $this->query['autocorrect'] = $autocorrect ? 1 : 0;
62 62
 
63 63
         return $this;
64 64
     }
Please login to merge, or discard this patch.
src/Builder/SimilarTrackBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      */
59 59
     public function autocorrect(bool $autocorrect): self
60 60
     {
61
-        $this->query['autocorrect'] =  $autocorrect ? 1 : 0;
61
+        $this->query['autocorrect'] = $autocorrect ? 1 : 0;
62 62
 
63 63
         return $this;
64 64
     }
Please login to merge, or discard this patch.
src/Builder/AlbumTopTagsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      */
59 59
     public function autocorrect(bool $autocorrect): self
60 60
     {
61
-        $this->query['autocorrect'] =  $autocorrect ? 1 : 0;
61
+        $this->query['autocorrect'] = $autocorrect ? 1 : 0;
62 62
 
63 63
         return $this;
64 64
     }
Please login to merge, or discard this patch.
src/Service/TrackService.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
             throw new InvalidArgumentException('A maximum of 10 tags is allowed');
40 40
         }
41 41
 
42
-        array_filter($tags, static function ($tag) {
42
+        array_filter($tags, static function($tag) {
43 43
             if (null === $tag || !\is_string($tag)) {
44 44
                 throw new InvalidArgumentException(sprintf('Invalid tag given'));
45 45
             }
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
             return [];
95 95
         }
96 96
 
97
-        return array_map(static function ($data) {
97
+        return array_map(static function($data) {
98 98
             return SongInfo::fromApi($data);
99 99
         }, $response['similartracks']['track']);
100 100
     }
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
             return [];
111 111
         }
112 112
 
113
-        return array_map(static function ($data) {
113
+        return array_map(static function($data) {
114 114
             return Tag::fromApi($data);
115 115
         }, $response['tags']['tag']);
116 116
     }
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
             return [];
127 127
         }
128 128
 
129
-        return array_map(static function ($data) {
129
+        return array_map(static function($data) {
130 130
             return Tag::fromApi($data);
131 131
         }, $response['toptags']['tag']);
132 132
     }
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
             return [];
187 187
         }
188 188
 
189
-        return array_map(static function ($data) {
189
+        return array_map(static function($data) {
190 190
             return SongInfo::fromApi($data);
191 191
         }, $response['results']['trackmatches']['track']);
192 192
     }
Please login to merge, or discard this patch.
src/Service/TagService.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
             return [];
51 51
         }
52 52
 
53
-        return array_map(static function ($data) {
53
+        return array_map(static function($data) {
54 54
             return Tag::fromApi($data);
55 55
         }, $response['similartags']['tag']);
56 56
     }
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
             return [];
71 71
         }
72 72
 
73
-        return array_map(static function ($data) {
73
+        return array_map(static function($data) {
74 74
             return Album::fromApi($data);
75 75
         }, $response['albums']['album']);
76 76
     }
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
             return [];
91 91
         }
92 92
 
93
-        return array_map(static function ($data) {
93
+        return array_map(static function($data) {
94 94
             return Artist::fromApi($data);
95 95
         }, $response['topartists']['artist']);
96 96
     }
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
             return [];
107 107
         }
108 108
 
109
-        return array_map(static function ($data) {
109
+        return array_map(static function($data) {
110 110
             return Tag::fromApi($data);
111 111
         }, $response['toptags']['tag']);
112 112
     }
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
             return [];
127 127
         }
128 128
 
129
-        return array_map(static function ($data) {
129
+        return array_map(static function($data) {
130 130
             return Song::fromApi($data);
131 131
         }, $response['tracks']['track']);
132 132
     }
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
             return [];
145 145
         }
146 146
 
147
-        return array_map(static function ($data) {
147
+        return array_map(static function($data) {
148 148
             return Chart::fromApi($data);
149 149
         }, $response['weeklychartlist']['chart']);
150 150
     }
Please login to merge, or discard this patch.