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 (#140)
by
unknown
56s
created
src/ArrayToXml.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@  discard block
 block discarded – undo
15 15
 
16 16
     protected $numericTagNamePrefix = 'numeric_';
17 17
 
18
+    /**
19
+     * @param string $xmlEncoding
20
+     */
18 21
     public function __construct(
19 22
         array $array,
20 23
         $rootElement = '',
@@ -204,6 +207,9 @@  discard block
 block discarded – undo
204 207
         }
205 208
     }
206 209
 
210
+    /**
211
+     * @param string $rootElement
212
+     */
207 213
     protected function createRootElement($rootElement): DOMElement
208 214
     {
209 215
         if (is_string($rootElement)) {
Please login to merge, or discard this patch.