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 ( 6a28d0...1b231c )
by Denis
03:04
created
src/ExcelWriter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-     * @param $cellFormat
227
+     * @param string $cellFormat
228 228
      *
229 229
      * @return string
230 230
      */
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
      *
274 274
      * @param $cellFormat
275 275
      *
276
-     * @return int|mixed
276
+     * @return integer
277 277
      */
278 278
     private function addCellFormat($cellFormat)
279 279
     {
Please login to merge, or discard this patch.