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.
Passed
Push — develop ( 7ff7bf...48165e )
by nguereza
02:06
created
src/Upload.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -143,12 +143,12 @@
 block discarded – undo
143 143
     }
144 144
     
145 145
     /**
146
-    * Whether the file is uploaded
147
-    */
146
+     * Whether the file is uploaded
147
+     */
148 148
     public function isUploaded(): bool
149 149
     {
150 150
         return count($this->files) > 0 
151
-				&& $this->files[0]->getMimeType() !== 'application/x-empty';
151
+                && $this->files[0]->getMimeType() !== 'application/x-empty';
152 152
     }
153 153
 
154 154
     /**
Please login to merge, or discard this patch.