Skip to content

Commit 45812b5

Browse files
authored
Fix PHPdoc
1 parent 24ef276 commit 45812b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SAML2/Utils.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ public static function validateSignature(array $info, XMLSecurityKey $key)
187187
* Do an XPath query on an XML node.
188188
*
189189
* @param \DOMNode $node The XML node.
190-
* @param string $query The query.
191-
* @return \DOMElement[] Array with matching DOM nodes.
190+
* @param string $query The query.
191+
* @return \DOMNode[] Array with matching DOM nodes.
192192
*/
193193
public static function xpQuery(\DOMNode $node, $query)
194194
{

0 commit comments

Comments
 (0)