Skip to content
Snippets Groups Projects
Commit a0b636d8 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Fix typo in comment

parent a0583c83
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ class SimpleSAML_Auth_Simple {
/**
* Retrieve authentication data.
*
* @param string $name The name of the parameter, e.g. 'Attribute', 'Expire' or 'saml:sp:IdP'.
* @param string $name The name of the parameter, e.g. 'Attributes', 'Expire' or 'saml:sp:IdP'.
* @return mixed|NULL The value of the parameter, or NULL if it isn't found or we are unauthenticated.
*/
public function getAuthData($name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment