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
Pull Request — master (#709)
by David
33:12 queued 04:50
created
src/Templating/Filters/UrlFilters.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,6 +305,7 @@  discard block
 block discarded – undo
305 305
 
306 306
 
307 307
     /**
308
+     * @param FunctionReflectionInterface $reflectionElement
308 309
      * @return string
309 310
      */
310 311
     private function createLinkForElement($reflectionElement, array $classes)
@@ -340,7 +341,7 @@  discard block
 block discarded – undo
340 341
 
341 342
 
342 343
     /**
343
-     * @param mixed $value
344
+     * @param string $value
344 345
      * @param ElementReflectionInterface $elementReflection
345 346
      * @return string
346 347
      */
Please login to merge, or discard this patch.