Passed
Branch feature/php8.3 (4d3b0a)
by Tim
17:15
created
src/XMLSchema/XML/AbstractAnyType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@
 block discarded – undo
21 21
 
22 22
 
23 23
     /** The namespace-attribute for the xs:any element */
24
-    public const string|array XS_ANY_ELT_NAMESPACE = NS::ANY;
24
+    public const string | array XS_ANY_ELT_NAMESPACE = NS::ANY;
25 25
 
26 26
     /** The namespace-attribute for the xs:anyAttribute element */
27
-    public const string|array XS_ANY_ATTR_NAMESPACE = NS::ANY;
27
+    public const string | array XS_ANY_ATTR_NAMESPACE = NS::ANY;
28 28
 
29 29
 
30 30
     /**
Please login to merge, or discard this patch.
src/XMLSchema/XML/Appinfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     public const string LOCALNAME = 'appinfo';
31 31
 
32 32
     /** The namespace-attribute for the xs:anyAttribute element */
33
-    public const array|string XS_ANY_ATTR_NAMESPACE = NS::OTHER;
33
+    public const array | string XS_ANY_ATTR_NAMESPACE = NS::OTHER;
34 34
 
35 35
 
36 36
     /**
Please login to merge, or discard this patch.