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
Branch master (3aeb29)
by Rob
04:09
created
src/SafeUrls.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     /**
83 83
      * Add URLs to existing list for checking.
84 84
      *
85
-     * @param array $urls An array of URLs to add.
85
+     * @param string[] $urls An array of URLs to add.
86 86
      *
87 87
      * @return SafeUrls
88 88
      */
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * Remove URLs from existing list.
98 98
      *
99
-     * @param array $urls An array of URLs to remove.
99
+     * @param string[] $urls An array of URLs to remove.
100 100
      *
101 101
      * @return SafeUrls
102 102
      */
Please login to merge, or discard this patch.