Passed
Push — master ( 93737f...4df122 )
by Tim
02:37
created
src/SAML2/XML/saml/AttributeValue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * @throws \SimpleSAML\Assert\AssertionFailedException if the supplied value is neither a string or a DOMElement
37 37
      */
38 38
     final public function __construct(
39
-        protected string|int|null|AbstractElement $value,
39
+        protected string | int | null | AbstractElement $value,
40 40
     ) {
41 41
     }
42 42
 
Please login to merge, or discard this patch.