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 ( c341c3...28bf7f )
by Denis
02:56
created
src/Helpers/PHPExcelHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * @param $val
64 64
      *
65
-     * @return mixed
65
+     * @return string
66 66
      */
67 67
     public static function xmlspecialchars($val)
68 68
     {
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      *
91 91
      * @param string $filename
92 92
      *
93
-     * @return mixed
93
+     * @return string
94 94
      */
95 95
     public static function checkFilename($filename)
96 96
     {
Please login to merge, or discard this patch.