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.
Test Failed
Branch master (721817)
by Michael
03:29
created
Category
Imagetastic/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,8 @@
 block discarded – undo
103 103
             case 'image/jpeg':
104 104
                 $image->save($thumbPath, ['jpeg_quality' => 70]);
105 105
 
106
-                exec('jpegoptim '. $filename);
107
-                exec('jpegoptim '. $thumbPath);
106
+                exec('jpegoptim '.$filename);
107
+                exec('jpegoptim '.$thumbPath);
108 108
 
109 109
                 break;
110 110
 
Please login to merge, or discard this patch.