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 (#99)
by joseph
03:46
created
src/Psr4Validator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
         $invalidPathMessage = "Namespace root '{$namespaceRoot}'\ncontains a path '{$path}'\nwhich doesn't exist\n";
151 151
         if (stripos($absPathRoot, 'Magento') !== false) {
152 152
             $invalidPathMessage .= 'Magento\'s composer includes this by default, '
153
-                                   . 'it should be removed from the psr-4 section';
153
+                                    . 'it should be removed from the psr-4 section';
154 154
         }
155 155
         $this->missingPaths[$path] = $invalidPathMessage;
156 156
     }
Please login to merge, or discard this patch.
configDefaults/generic/php_cs.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,8 +93,8 @@
 block discarded – undo
93 93
 )();
94 94
 
95 95
 $finder = PhpCsFixer\Finder::create()
96
-                           ->in($projectRoot)
97
-                           ->exclude('var');
96
+                            ->in($projectRoot)
97
+                            ->exclude('var');
98 98
 
99 99
 return PhpCsFixer\Config::create()
100 100
                         ->setRules($rules)
Please login to merge, or discard this patch.