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 Failed
Push — master ( dcc323...59e78c )
by Krzysztof
02:34
created
src/Orange.php 1 patch
Doc Comments   +3 added lines, -1 removed 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)
@@ -391,7 +394,6 @@  discard block
 block discarded – undo
391 394
     /**
392 395
      * Checks value for the remaining() and getRemaing() functions
393 396
      *
394
-     * @param string $value - input value
395 397
      * @return array - information about the retrieved information
396 398
      *         boolean 'found' - false if no valuable content (default: false)
397 399
      *         int 'remaining' - remaining amount of SMS (default: 0)
Please login to merge, or discard this patch.