Passed
Push — master ( 39ab84...adabfe )
by Tim
01:46
created
src/XML/saml/AttributeValue.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * ) $value
43 43
      */
44 44
     final public function __construct(
45
-        protected ValueTypeInterface|AbstractElement|null $value,
45
+        protected ValueTypeInterface | AbstractElement | null $value,
46 46
     ) {
47 47
     }
48 48
 
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      *   null
78 78
      * )
79 79
      */
80
-    public function getValue(): ValueTypeInterface|AbstractElement|null
80
+    public function getValue(): ValueTypeInterface | AbstractElement | null
81 81
     {
82 82
         return $this->value;
83 83
     }
Please login to merge, or discard this patch.