Passed
Pull Request — master (#340)
by Tim
02:40
created
src/SAML2/XML/saml/AttributeValue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * @throws \SimpleSAML\Assert\AssertionFailedException if the supplied value is neither a string or a DOMElement
42 42
      */
43 43
     public function __construct(
44
-        protected string|int|null|AbstractElement $value,
44
+        protected string | int | null | AbstractElement $value,
45 45
     ) {
46 46
     }
47 47
 
Please login to merge, or discard this patch.