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 ( fdff53...733a9b )
by Denis
56:39
created
src/Helpers/ExcelHelper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * @param $val
60 60
      *
61
-     * @return mixed
61
+     * @return string
62 62
      */
63 63
     public static function xmlspecialchars($val)
64 64
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @param string $filename
88 88
      *
89
-     * @return mixed
89
+     * @return string
90 90
      */
91 91
     public static function checkFilename($filename)
92 92
     {
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-     * @param $dateTime
139
+     * @param string $dateTime
140 140
      *
141 141
      * @return float|int
142 142
      */
Please login to merge, or discard this patch.