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 ( ecd136...6b9366 )
by Freek
01:09
created
src/CrawlLogger.php 1 patch
Doc Comments   +10 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
      */
@@ -144,6 +144,11 @@  discard block
 block discarded – undo
144 144
         }
145 145
     }
146 146
 
147
+    /**
148
+     * @param string $url
149
+     * @param string $foundOnUrl
150
+     * @param string $reason
151
+     */
147 152
     public function addResult($url, $foundOnUrl, $statusCode, $reason)
148 153
     {
149 154
         /*
@@ -176,6 +181,10 @@  discard block
 block discarded – undo
176 181
     /*
177 182
     * https://github.com/guzzle/guzzle/blob/master/docs/faq.rst#how-can-i-track-redirected-requests
178 183
     */
184
+
185
+    /**
186
+     * @param UriInterface $foundOnUrl
187
+     */
179 188
     public function addRedirectedResult(
180 189
         UriInterface $url,
181 190
         ResponseInterface $response,
Please login to merge, or discard this patch.