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 ( b9f27e...acb189 )
by Joram van den
02:47
created
src/SemaltBlocker/Domainparser.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@  discard block
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * @param string $url
47
+     * @return string|false
47 48
      */
48 49
     public static function getHostname($url)
49 50
     {
@@ -71,7 +72,7 @@  discard block
 block discarded – undo
71 72
     /**
72 73
      * Checks an URL for validity, and punycode encode the returned component
73 74
      *
74
-     * @param $url
75
+     * @param string $url
75 76
      * @param integer $component
76 77
      * @return string|false
77 78
      */
Please login to merge, or discard this patch.