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 ( a6964a...ef97fd )
by Denis
02:44
created
src/ExcelWriter.php 1 patch
Doc Comments   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
     }
228 228
 
229 229
     /**
230
-     * @param $cellFormat
230
+     * @param string $cellFormat
231 231
      *
232 232
      * @return string
233 233
      */
@@ -271,7 +271,7 @@  discard block
 block discarded – undo
271 271
     /**
272 272
      * @todo  check escaping
273 273
      *
274
-     * @param $cellFormat
274
+     * @param string $cellFormat
275 275
      *
276 276
      * @return string
277 277
      */
@@ -310,7 +310,7 @@  discard block
 block discarded – undo
310 310
      *
311 311
      * @param $cellFormat
312 312
      *
313
-     * @return int|mixed
313
+     * @return integer
314 314
      */
315 315
     private function addCellFormat($cellFormat)
316 316
     {
@@ -517,8 +517,8 @@  discard block
 block discarded – undo
517 517
 
518 518
     /**
519 519
      * @param Writer $file
520
-     * @param $rowNumber
521
-     * @param $columnNumber
520
+     * @param integer $rowNumber
521
+     * @param integer $columnNumber
522 522
      * @param $value
523 523
      * @param $cellIndex
524 524
      */
@@ -647,7 +647,7 @@  discard block
 block discarded – undo
647 647
     }
648 648
 
649 649
     /**
650
-     * @param $v
650
+     * @param string $v
651 651
      *
652 652
      * @return int|mixed
653 653
      */
@@ -792,7 +792,7 @@  discard block
 block discarded – undo
792 792
     }
793 793
 
794 794
     /**
795
-     * @param $string
795
+     * @param string $string
796 796
      */
797 797
     public static function log($string)
798 798
     {
@@ -807,7 +807,7 @@  discard block
 block discarded – undo
807 807
      *
808 808
      * @param string $filename
809 809
      *
810
-     * @return mixed
810
+     * @return string
811 811
      */
812 812
     public static function checkFilename($filename)
813 813
     {
@@ -822,7 +822,7 @@  discard block
 block discarded – undo
822 822
     /**
823 823
      * @param $val
824 824
      *
825
-     * @return mixed
825
+     * @return string
826 826
      */
827 827
     public static function xmlspecialchars($val)
828 828
     {
Please login to merge, or discard this patch.