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