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 ( dcda12...2eb2ae )
by Zordius
02:32
created
src/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -740,7 +740,7 @@
 block discarded – undo
740 740
      * @param array<string,array|string|integer> $context Current context of compiler progress.
741 741
      * @param string $name helper name
742 742
      *
743
-     * @return string|null $content helper function name or callable
743
+     * @return boolean|null $content helper function name or callable
744 744
      */
745 745
     public static function resolveHelper(&$context, &$name) {
746 746
         if (isset($context['helpers'][$name])) {
Please login to merge, or discard this patch.