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 ( cbb83d...03c6a3 )
by Hong
02:24
created
src/Phossa2/Config/Loader/ConfigFileLoader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
         $environment
169 169
         )/*# : array */ {
170 170
             $files = [];
171
-            foreach($this->buildSearchDirs($environment) as $dir) {
171
+            foreach ($this->buildSearchDirs($environment) as $dir) {
172 172
                 // append trailing '/'
173 173
                 $dir .= \DIRECTORY_SEPARATOR;
174 174
 
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
             $subs = preg_split('/[\/\\\]/', trim($environment, '/\\'), 0,
208 208
                 \PREG_SPLIT_NO_EMPTY);
209 209
 
210
-            foreach($subs as $dir) {
210
+            foreach ($subs as $dir) {
211 211
                 $path = $path . \DIRECTORY_SEPARATOR . $dir;
212 212
                 $subdirs[] = $path;
213 213
             }
Please login to merge, or discard this patch.