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 ( 79a219...884dd9 )
by Tomasz
01:20
created
src/Processor/Processor.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -149,6 +149,7 @@
 block discarded – undo
149 149
 
150 150
     /**
151 151
      * @psalm-param (callable(ShortcodeInterface):string)|null $handler
152
+     * @param callable|null $handler
152 153
      * @return string
153 154
      */
154 155
     private function processHandler(ParsedShortcodeInterface $parsed, ProcessorContext $context, $handler)
Please login to merge, or discard this patch.
src/ShortcodeFacade.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -113,6 +113,7 @@
 block discarded – undo
113 113
 
114 114
     /**
115 115
      * @param string $name
116
+     * @param \Closure $handler
116 117
      * @psalm-param callable(ShortcodeInterface):string $handler
117 118
      *
118 119
      * @return $this
Please login to merge, or discard this patch.