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 ( 480fbc...1ca0f9 )
by Krzysztof
02:26
created
src/Orange.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -155,6 +155,7 @@  discard block
 block discarded – undo
155 155
      * Find element in HTML Dom
156 156
      *
157 157
      * @param string $content - content to be searched through
158
+     * @param integer $nth
158 159
      * @return object
159 160
      */
160 161
     private function find($content, $selector, $nth = null)
@@ -204,6 +205,7 @@  discard block
 block discarded – undo
204 205
      * Check whether errors have been returned
205 206
      *
206 207
      * @param string $content - response body of a request
208
+     * @param string $selector
207 209
      * @return boolean - false if an element described by the selector exists
208 210
      */
209 211
     private function check($content, $selector)
Please login to merge, or discard this patch.