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 — createfragment ( 423399 )
by Christoph
01:35
created
src/HtmlPageCrawler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
     /**
354 354
      * Set the HTML contents of each element
355 355
      *
356
-     * @param string|HtmlPageCrawler|\DOMNode|\DOMNodeList $content HTML code fragment
356
+     * @param string $content HTML code fragment
357 357
      * @return HtmlPageCrawler $this for chaining
358 358
      */
359 359
     public function setInnerHtml($content)
Please login to merge, or discard this patch.