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 ( 7b66c6...71ebec )
by Hong
02:19
created
src/Phossa2/Config/Loader/ConfigFileLoader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     )/*# : array */ {
189 189
         $files = [];
190 190
         $group = '' === $group ? '*' : $group;
191
-        foreach($this->getSearchDirs($environment) as $dir) {
191
+        foreach ($this->getSearchDirs($environment) as $dir) {
192 192
             $file  = $dir . $group . '.' . $this->file_type;
193 193
             $files = array_merge($files, glob($file));
194 194
         }
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
         );
230 230
 
231 231
         $subdirs = [$path];
232
-        foreach($subs as $dir) {
232
+        foreach ($subs as $dir) {
233 233
             $path .= $dir . \DIRECTORY_SEPARATOR;
234 234
             if (false === file_exists($path)) {
235 235
                 throw new InvalidArgumentException(
Please login to merge, or discard this patch.