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 ( 26fd54...5a5fa6 )
by Dragos
02:53
created
src/PHPClass2WSDL.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
      * Dump the WSDL as XML string.
259 259
      *
260 260
      * @param bool $formatOutput Format output
261
-     * @return mixed
261
+     * @return string
262 262
      */
263 263
     public function dump($formatOutput = true)
264 264
     {
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
      *
271 271
      * @param string $filename Filename to dump
272 272
      * @param bool $formatOutput Format output
273
-     * @return mixed
273
+     * @return integer
274 274
      */
275 275
     public function save($filename, $formatOutput = true)
276 276
     {
Please login to merge, or discard this patch.
src/WSDL.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
      * Dump the WSDL as XML string.
259 259
      *
260 260
      * @param bool $formatOutput Format output
261
-     * @return mixed
261
+     * @return string
262 262
      */
263 263
     public function dump($formatOutput = true)
264 264
     {
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
      *
271 271
      * @param string $filename Filename to dump
272 272
      * @param bool $formatOutput Format output
273
-     * @return mixed
273
+     * @return integer
274 274
      */
275 275
     public function save($filename, $formatOutput = true)
276 276
     {
Please login to merge, or discard this patch.