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 ( e7fc5c...9e0069 )
by Yavuz Selim
02:07
created
src/Crawler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
 
145 145
     /**
146 146
      * Fethches given url and returns response as string.
147
-     * @param $url
147
+     * @param string $url
148 148
      * @param string $method
149 149
      * @param array $options
150 150
      *
@@ -162,8 +162,8 @@  discard block
 block discarded – undo
162 162
 
163 163
     /**
164 164
      * Cuts the given string from the end of the appropriate word.
165
-     * @param $str
166
-     * @param $len
165
+     * @param string $str
166
+     * @param integer $len
167 167
      * @return string
168 168
      */
169 169
     public function shortenString($str, $len)
Please login to merge, or discard this patch.