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 ( a8abcb...8046b6 )
by Yavuz Selim
01:14
created
src/Crawler.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 
83 83
     /**
84 84
      * Creates a news object from NewsML SimpleXmlElement instance.
85
-     * @param $xml \SimpleXMLElement
85
+     * @param \SimpleXMLElement $xml \SimpleXMLElement
86 86
      * @return \stdClass
87 87
      */
88 88
     public function newsmlToNews($xml)
@@ -110,8 +110,8 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * Creates document link for next requests.
113
-     * @param $id string
114
-     * @param $format string
113
+     * @param string $id string
114
+     * @param string $format string
115 115
      * @return string
116 116
      */
117 117
     public function getDocumentLink($id, $format)
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
 
210 210
     /**
211 211
      * Fethches given url and returns response as string.
212
-     * @param $url
212
+     * @param string $url
213 213
      * @param string $method
214 214
      * @param array $options
215 215
      *
@@ -227,8 +227,8 @@  discard block
 block discarded – undo
227 227
 
228 228
     /**
229 229
      * Cuts the given string from the end of the appropriate word.
230
-     * @param $str
231
-     * @param $len
230
+     * @param string $str
231
+     * @param integer $len
232 232
      * @return string
233 233
      */
234 234
     public function shortenString($str, $len)
Please login to merge, or discard this patch.