Passed
Push — master ( 78e48b...97e118 )
by Tim
01:34
created
src/XML/samlp/AbstractManageNameIDRequest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@  discard block
 block discarded – undo
43 43
      * @param \SimpleSAML\SAML2\XML\samlp\Extensions $extensions
44 44
      */
45 45
     final public function __construct(
46
-        NameID|EncryptedID $identifier,
47
-        protected NewID|NewEncryptedID|Terminate $newIdentifier,
46
+        NameID | EncryptedID $identifier,
47
+        protected NewID | NewEncryptedID | Terminate $newIdentifier,
48 48
         IDValue $id,
49 49
         ?Issuer $issuer = null,
50 50
         ?SAMLDateTimeValue $issueInstant = null,
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *   \SimpleSAML\SAML2\XML\samlp\Terminate
68 68
      * )
69 69
      */
70
-    public function getNewIdentifier(): NewID|NewEncryptedID|Terminate
70
+    public function getNewIdentifier(): NewID | NewEncryptedID | Terminate
71 71
     {
72 72
         return $this->newIdentifier;
73 73
     }
Please login to merge, or discard this patch.