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 ( f7bbd2...5b9acd )
by Zordius
02:11
created
src/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -456,7 +456,7 @@
 block discarded – undo
456 456
      * @param array<boolean|integer|string|array> $vars parsed arguments list
457 457
      * @param string|null $match should also match to this operator
458 458
      *
459
-     * @return boolean Return true
459
+     * @return null|boolean Return true
460 460
      */
461 461
     protected static function blockEnd(&$context, &$vars, $match = null) {
462 462
         $context['level']--;
Please login to merge, or discard this patch.