Passed
Branch dependabot/github_actions/all-... (95a85b)
by Tim
03:20
created
src/XML/Assert/MonthTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      *
17 17
      * @var string
18 18
      */
19
-    private static string $month_regex  = '/^--(0[1-9]|1[012])((\+|-)([0-1][0-9]|2[0-4]):(0[0-9]|[1-5][0-9])|Z)?$/D';
19
+    private static string $month_regex = '/^--(0[1-9]|1[012])((\+|-)([0-1][0-9]|2[0-4]):(0[0-9]|[1-5][0-9])|Z)?$/D';
20 20
 
21 21
 
22 22
     /**
Please login to merge, or discard this patch.
src/XML/Assert/DayTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      *
17 17
      * @var string
18 18
      */
19
-    private static string $day_regex  = '/^
19
+    private static string $day_regex = '/^
20 20
         ---
21 21
         (0[1-9]|1[1-9]|2[1-9]|3[01])
22 22
         ([+-]([0-1][0-9]|2[0-4]):(0[0-9]|[1-5][0-9])|Z)
Please login to merge, or discard this patch.
src/XML/Assert/YearMonthTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 trait YearMonthTrait
13 13
 {
14 14
     /** @var string */
15
-    private static string $yearmonth_regex  = '/^
15
+    private static string $yearmonth_regex = '/^
16 16
         -?
17 17
         ([1-9][0-9]*|[0-9]{4})
18 18
         -
Please login to merge, or discard this patch.
src/XML/Assert/DateTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @var string
26 26
      */
27
-    private static string $date_regex  = '/^
27
+    private static string $date_regex = '/^
28 28
         -?
29 29
         ([1-9][0-9]*|[0-9]{4})
30 30
         -
Please login to merge, or discard this patch.
src/XMLSchema/XML/SimpleContent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
35 35
      */
36 36
     public function __construct(
37
-        protected SimpleRestriction|SimpleExtension $content,
37
+        protected SimpleRestriction | SimpleExtension $content,
38 38
         ?Annotation $annotation = null,
39 39
         ?IDValue $id = null,
40 40
         array $namespacedAttributes = [],
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @return \SimpleSAML\XMLSchema\XML\SimpleRestriction|\SimpleSAML\XMLSchema\XML\SimpleExtension
50 50
      */
51
-    public function getContent(): SimpleRestriction|SimpleExtension
51
+    public function getContent(): SimpleRestriction | SimpleExtension
52 52
     {
53 53
         return $this->content;
54 54
     }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractTopLevelElement.php 1 patch
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      */
35 35
     public function __construct(
36 36
         NCNameValue $name,
37
-        LocalSimpleType|LocalComplexType|null $localType = null,
37
+        LocalSimpleType | LocalComplexType | null $localType = null,
38 38
         array $identityConstraint = [],
39 39
         ?QNameValue $type = null,
40 40
         ?QNameValue $substitutionGroup = null,
@@ -49,20 +49,20 @@  discard block
 block discarded – undo
49 49
         array $namespacedAttributes = [],
50 50
     ) {
51 51
         parent::__construct(
52
-            name: $name,
53
-            localType: $localType,
54
-            identityConstraint: $identityConstraint,
55
-            type: $type,
56
-            substitutionGroup: $substitutionGroup,
57
-            default: $default,
58
-            fixed: $fixed,
59
-            nillable: $nillable,
60
-            abstract: $abstract,
61
-            final: $final,
62
-            block: $block,
63
-            annotation: $annotation,
64
-            id: $id,
65
-            namespacedAttributes: $namespacedAttributes,
52
+            name : $name,
53
+            localType : $localType,
54
+            identityConstraint : $identityConstraint,
55
+            type : $type,
56
+            substitutionGroup : $substitutionGroup,
57
+            default : $default,
58
+            fixed : $fixed,
59
+            nillable : $nillable,
60
+            abstract : $abstract,
61
+            final : $final,
62
+            block : $block,
63
+            annotation : $annotation,
64
+            id : $id,
65
+            namespacedAttributes : $namespacedAttributes,
66 66
         );
67 67
     }
68 68
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractNamedAttributeGroup.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -40,13 +40,13 @@
 block discarded – undo
40 40
         array $namespacedAttributes = [],
41 41
     ) {
42 42
         parent::__construct(
43
-            name: $name,
44
-            attributes: $attributes,
45
-            anyAttribute: $anyAttribute,
46
-            reference: null,
47
-            annotation: $annotation,
48
-            id: $id,
49
-            namespacedAttributes: $namespacedAttributes,
43
+            name : $name,
44
+            attributes : $attributes,
45
+            anyAttribute : $anyAttribute,
46
+            reference : null,
47
+            annotation : $annotation,
48
+            id : $id,
49
+            namespacedAttributes : $namespacedAttributes,
50 50
         );
51 51
     }
52 52
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/AbstractReferencedAttributeGroup.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@
 block discarded – undo
33 33
         array $namespacedAttributes = [],
34 34
     ) {
35 35
         parent::__construct(
36
-            reference: $reference,
37
-            annotation: $annotation,
38
-            id: $id,
39
-            namespacedAttributes: $namespacedAttributes,
36
+            reference : $reference,
37
+            annotation : $annotation,
38
+            id : $id,
39
+            namespacedAttributes : $namespacedAttributes,
40 40
         );
41 41
     }
42 42
 }
Please login to merge, or discard this patch.
src/XMLSchema/XML/ComplexContent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
      * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
37 37
      */
38 38
     public function __construct(
39
-        protected ComplexRestriction|Extension $content,
39
+        protected ComplexRestriction | Extension $content,
40 40
         protected ?BooleanValue $mixed = null,
41 41
         ?Annotation $annotation = null,
42 42
         ?IDValue $id = null,
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * @return \SimpleSAML\XMLSchema\XML\ComplexRestriction|\SimpleSAML\XMLSchema\XML\Extension
53 53
      */
54
-    public function getContent(): ComplexRestriction|Extension
54
+    public function getContent(): ComplexRestriction | Extension
55 55
     {
56 56
         return $this->content;
57 57
     }
Please login to merge, or discard this patch.