We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d6512 commit ea9837fCopy full SHA for ea9837f
1 file changed
lib/Saml2/Response.php
@@ -218,7 +218,7 @@ public function isValid($requestId = null)
218
);
219
}
220
221
- // Validate Asserion timestamps
+ // Validate Assertion timestamps
222
$this->validateTimestamps();
223
224
// Validate AuthnStatement element exists and is unique
@@ -1068,7 +1068,7 @@ protected function _queryAssertion($assertionXpath)
1068
1069
1070
/**
1071
- * Extracts nodes that match the query from the DOMDocument (Response Menssage)
+ * Extracts nodes that match the query from the DOMDocument (Response Message)
1072
*
1073
* @param string $query Xpath Expresion
1074
0 commit comments