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
Pull Request — master (#58)
by joseph
03:43
created
src/Psr4Validator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
         $invalidPathMessage = "Namespace root '$namespaceRoot'\ncontains a path '$path'\nwhich doesn't exist\n";
179 179
         if (stripos($absPathRoot, "Magento") !== false) {
180 180
             $invalidPathMessage .= 'Magento\'s composer includes this by default, '
181
-                                   . 'it should be removed from the psr-4 section';
181
+                                    . 'it should be removed from the psr-4 section';
182 182
         }
183 183
         $this->missingPaths[$path] = $invalidPathMessage;
184 184
     }
Please login to merge, or discard this patch.