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 ( 221b57...2250c5 )
by Franck
12s
created
src/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
     {
301 301
         $codingStandardPackages = array_filter(
302 302
             $this->composer->getRepositoryManager()->getLocalRepository()->getPackages(),
303
-            function (PackageInterface $package) {
303
+            function(PackageInterface $package) {
304 304
                 if ($package instanceof AliasPackage) {
305 305
                     return false;
306 306
                 }
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
             }
309 309
         );
310 310
 
311
-        if (! $this->composer->getPackage() instanceof \Composer\Package\RootpackageInterface
311
+        if (!$this->composer->getPackage() instanceof \Composer\Package\RootpackageInterface
312 312
             && $this->composer->getPackage()->getType() === self::PACKAGE_TYPE
313 313
         ) {
314 314
             $codingStandardPackages[] = $this->composer->getPackage();
Please login to merge, or discard this patch.