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 (#6)
by
unknown
01:54
created
src/ArrayToXml.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@  discard block
 block discarded – undo
27 27
      *
28 28
      * @param string[] $array
29 29
      * @param string   $rootElementName
30
-     * @param bool     $replaceSpacesByUnderScoresInKeyNames
31 30
      *
32 31
      * @throws DOMException
33 32
      */
@@ -59,9 +58,8 @@  discard block
 block discarded – undo
59 58
      *
60 59
      * @param string[] $array
61 60
      * @param string   $rootElementName
62
-     * @param bool     $replaceSpacesByUnderScoresInKeyNames
63 61
      *
64
-     * @return type
62
+     * @return string
65 63
      */
66 64
     public static function convert(array $array, $rootElementName = '', $options = [])
67 65
     {
Please login to merge, or discard this patch.