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:00
created
src/CrawlLogger.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 
88 88
     /**
89 89
      * @param string|null $haystack
90
-     * @param string|array $needles
90
+     * @param string $needles
91 91
      *
92 92
      * @return bool
93 93
      */
@@ -163,6 +163,11 @@  discard block
 block discarded – undo
163 163
         }
164 164
     }
165 165
 
166
+    /**
167
+     * @param string $url
168
+     * @param string $foundOnUrl
169
+     * @param string $reason
170
+     */
166 171
     public function addResult($url, $foundOnUrl, $statusCode, $reason)
167 172
     {
168 173
         $colorTag = $this->getColorTagForStatusCode($statusCode);
Please login to merge, or discard this patch.