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 (#86)
by Ben
01:12
created
src/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
     {
327 327
         $codingStandardPackages = array_filter(
328 328
             $this->composer->getRepositoryManager()->getLocalRepository()->getPackages(),
329
-            function (PackageInterface $package) {
329
+            function(PackageInterface $package) {
330 330
                 if ($package instanceof AliasPackage) {
331 331
                     return false;
332 332
                 }
@@ -334,7 +334,7 @@  discard block
 block discarded – undo
334 334
             }
335 335
         );
336 336
 
337
-        if (! $this->composer->getPackage() instanceof RootpackageInterface
337
+        if (!$this->composer->getPackage() instanceof RootpackageInterface
338 338
             && $this->composer->getPackage()->getType() === self::PACKAGE_TYPE
339 339
         ) {
340 340
             $codingStandardPackages[] = $this->composer->getPackage();
Please login to merge, or discard this patch.