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.
Test Setup Failed
Push — master ( 77cade...7a5c9c )
by Krzysztof
03:52
created
src/Orange.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -225,6 +225,7 @@  discard block
 block discarded – undo
225 225
      * Find element in HTML Dom
226 226
      *
227 227
      * @param string $content - content to be searched through
228
+     * @param integer $nth
228 229
      * @return object
229 230
      */
230 231
     private function find($content, $selector, $nth = null)
@@ -350,6 +351,8 @@  discard block
 block discarded – undo
350 351
      * Check whether errors have been returned
351 352
      *
352 353
      * @param string $content - response body of a request
354
+     * @param string $selector
355
+     * @param string $function
353 356
      * @return boolean - false if no element described by the selector exists
354 357
      */
355 358
     private function checkErrors($content, $selector, $function = null)
Please login to merge, or discard this patch.