Completed
Push — v5 ( 8f36b1...677705 )
by Mihail
14:29 queued 04:56
created
Serializer/XmlSerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /** @var string The key name of the node value */
30 30
     private string $val = '#';
31 31
 
32
-    private string|null $root;
32
+    private string | null $root;
33 33
     private DOMDocument $document;
34 34
 
35 35
     public function __construct(?string $root, string $nodeKey = '#')
Please login to merge, or discard this patch.