Skip to content
Snippets Groups Projects
Commit 47921c5b authored by Sergio Gómez's avatar Sergio Gómez
Browse files

Added missed parameter name in phpdoc

parent c1479003
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ class AuthnResponse ...@@ -128,7 +128,7 @@ class AuthnResponse
/** /**
* Checks if the given node is validated by the signature on this response. * Checks if the given node is validated by the signature on this response.
* *
* @param \DOMElement Node to be validated. * @param \DOMElement $node Node to be validated.
* @return bool TRUE if the node is validated or FALSE if not. * @return bool TRUE if the node is validated or FALSE if not.
*/ */
private function isNodeValidated($node) private function isNodeValidated($node)
......
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