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 (#46)
by Franck
59:49 queued 49:59
created
src/Plugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     /**
376 376
      * Simple check if PHP_CodeSniffer is installed.
377 377
      *
378
-     * @param null|string|\Composer\Semver\Constraint\ConstraintInterface $versionConstraint to match against
378
+     * @param string $versionConstraint to match against
379 379
      *
380 380
      * @return bool Whether PHP_CodeSniffer is installed
381 381
      */
@@ -442,7 +442,7 @@  discard block
 block discarded – undo
442 442
     /**
443 443
      * Determines the maximum search depth when searching for Coding Standards.
444 444
      *
445
-     * @return string
445
+     * @return integer
446 446
      *
447 447
      * @throws \InvalidArgumentException
448 448
      */
Please login to merge, or discard this patch.