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 ( 08a86c...ae9386 )
by Beñat
04:03
created
src/Checker/ScssLint.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -86,6 +86,7 @@
 block discarded – undo
86 86
 
87 87
     /**
88 88
      * {@inheritdoc}
89
+     * @param string $tool
89 90
      */
90 91
     protected static function isAvailable($tool)
91 92
     {
Please login to merge, or discard this patch.
src/Checker/EsLint.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -86,6 +86,7 @@
 block discarded – undo
86 86
 
87 87
     /**
88 88
      * {@inheritdoc}
89
+     * @param string $tool
89 90
      */
90 91
     protected static function isAvailable($tool)
91 92
     {
Please login to merge, or discard this patch.