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 ( 31c470...2e64bc )
by Christoph
02:04
created
src/HtmlPageCrawler.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
     /**
349 349
      * Set the HTML contents of each element
350 350
      *
351
-     * @param string|HtmlPageCrawler|\DOMNode|\DOMNodeList $content HTML code fragment
351
+     * @param string $content HTML code fragment
352 352
      * @return HtmlPageCrawler $this for chaining
353 353
      */
354 354
     public function setInnerHtml($content)
@@ -944,6 +944,9 @@  discard block
 block discarded – undo
944 944
         }
945 945
     }
946 946
 
947
+    /**
948
+     * @param string $content
949
+     */
947 950
     public function addHtmlFragment($content, $charset = 'UTF-8')
948 951
     {
949 952
         $d = new \DOMDocument('1.0', $charset);
Please login to merge, or discard this patch.