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
Pull Request — master (#18)
by
unknown
07:56
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
@@ -553,7 +553,7 @@  discard block
 block discarded – undo
553 553
      * Dump the WSDL as XML string.
554 554
      *
555 555
      * @param bool $formatOutput Format output
556
-     * @return mixed
556
+     * @return string
557 557
      */
558 558
     public function dump($formatOutput = true)
559 559
     {
@@ -570,7 +570,7 @@  discard block
 block discarded – undo
570 570
      *
571 571
      * @param string $filename Filename to dump
572 572
      * @param bool $formatOutput Format output
573
-     * @return mixed
573
+     * @return integer
574 574
      */
575 575
     public function save($filename, $formatOutput = true)
576 576
     {
Please login to merge, or discard this patch.