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 ( f5cecd...aceca6 )
by Kevin
04:04
created
src/Foaas.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
         // Hey fucko, ya missed something.
114 114
         if (!empty($missingArguments)) {
115
-            throw new Exception('Missing the arguments: ' . implode(', ', $missingArguments) . '.');
115
+            throw new Exception('Missing the arguments: '.implode(', ', $missingArguments).'.');
116 116
         }
117 117
 
118 118
         // How do I hold all these arguments?
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
         }
122 122
 
123 123
         // Finally, make the damn FOAAS call.
124
-        return $this->callFoaas('/' . $method . '/' . implode('/', $args));
124
+        return $this->callFoaas('/'.$method.'/'.implode('/', $args));
125 125
     }
126 126
 
127 127
     /**
Please login to merge, or discard this patch.