Passed
Pull Request — develop (#320)
by
unknown
14:03 queued 09:12
created
tests/src/Controller/IdentityProviderController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     {
105 105
         $newAssertion = new Assertion();
106 106
         $newAssertion->setNotBefore(time());
107
-        $newAssertion->setNotOnOrAfter(time() + (60 * 5));//
107
+        $newAssertion->setNotOnOrAfter(time() + (60 * 5)); //
108 108
         $newAssertion->setAttributes(['urn:mace:dir:attribute-def:eduPersonTargetedID' => [NameID::fromArray($nameId)]]);
109 109
         $newAssertion->setIssuer('https://idp.dev.openconext.local/');
110 110
         $newAssertion->setIssueInstant(time());
Please login to merge, or discard this patch.
tests/src/Repository/SamlEntityRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
                 sprintf(
76 76
                     'Unable to insert the new SP saml_entity. PDO raised this error: "%s"',
77 77
                     $stmt->errorInfo()[2]
78
-               )
78
+                )
79 79
             );
80 80
         } else {
81 81
             // Return the SP data
Please login to merge, or discard this patch.