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 ( 542f3f...e0ba45 )
by Christoph
02:50
created
src/HtmlPageCrawler.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
     /**
326 326
      * Set the HTML contents of each element
327 327
      *
328
-     * @param string|HtmlPageCrawler|\DOMNode|\DOMNodeList $content HTML code fragment
328
+     * @param string $content HTML code fragment
329 329
      * @return HtmlPageCrawler $this for chaining
330 330
      * @api
331 331
      */
@@ -934,6 +934,9 @@  discard block
 block discarded – undo
934 934
         }
935 935
     }
936 936
 
937
+    /**
938
+     * @param string $content
939
+     */
937 940
     public function addHtmlFragment($content, $charset = 'UTF-8')
938 941
     {
939 942
         $d = new \DOMDocument('1.0', $charset);
Please login to merge, or discard this patch.