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
Pull Request — master (#66)
by
unknown
01:05
created
src/CrawlLogger.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 
89 89
     /**
90 90
      * @param string|null $haystack
91
-     * @param string|array $needles
91
+     * @param string $needles
92 92
      *
93 93
      * @return bool
94 94
      */
@@ -164,6 +164,11 @@  discard block
 block discarded – undo
164 164
         }
165 165
     }
166 166
 
167
+    /**
168
+     * @param string $url
169
+     * @param string $foundOnUrl
170
+     * @param string $reason
171
+     */
167 172
     public function addResult($url, $foundOnUrl, $statusCode, $reason)
168 173
     {
169 174
         // done display duplicate results
Please login to merge, or discard this patch.