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 ( a3c45e...b9d52d )
by Denis
03:23
created
src/ExcelWriter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
     }
199 199
 
200 200
     /**
201
-     * @param $cellFormat
201
+     * @param string $cellFormat
202 202
      *
203 203
      * @return string
204 204
      */
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
     /**
246 246
      * @todo  check escaping
247 247
      *
248
-     * @param $cellFormat
248
+     * @param string $cellFormat
249 249
      *
250 250
      * @return string
251 251
      */
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
      *
285 285
      * @param $cellFormat
286 286
      *
287
-     * @return int|mixed
287
+     * @return integer
288 288
      */
289 289
     private function addCellFormat($cellFormat)
290 290
     {
Please login to merge, or discard this patch.