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 — 1.1 ( 2aacb9 )
by Christoph
11:28 queued 08:29
created
src/HtmlPageCrawler.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -963,6 +963,9 @@  discard block
 block discarded – undo
963 963
         }
964 964
     }
965 965
 
966
+    /**
967
+     * @param string $content
968
+     */
966 969
     public function addHtmlFragment($content, $charset = 'UTF-8')
967 970
     {
968 971
         $d = new \DOMDocument('1.0', $charset);
@@ -995,7 +998,7 @@  discard block
 block discarded – undo
995 998
      * overridden from Crawler because it is not public in Symfony 2.3
996 999
      * TODO: throw away as soon as we don't need to support SF 2.3 any more
997 1000
      *
998
-     * @return \DOMElement|null
1001
+     * @return \DOMNode
999 1002
      */
1000 1003
     public function getNode($position)
1001 1004
     {
Please login to merge, or discard this patch.