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.
Test Failed
Push — master ( 219387...838991 )
by Anton
05:06
created
src/Console/MainCommand.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -130,6 +130,11 @@
 block discarded – undo
130 130
         }
131 131
     }
132 132
 
133
+    /**
134
+     * @param string $value
135
+     *
136
+     * @return string
137
+     */
133 138
     protected function castValueToPhpType($value)
134 139
     {
135 140
         switch ($value) {
Please login to merge, or discard this patch.