Skip to content

Commit 89aa218

Browse files
authored
Fix typo
1 parent b41ccc3 commit 89aa218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Saml2/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ public static function addSign($xml, $key, $cert, $signAlgorithm = XMLSecurityKe
13911391
* Validates a signature (Message or Assertion).
13921392
*
13931393
* @param string|DomNode $xml The element we should validate
1394-
* @param string|null $cert The pubic cert
1394+
* @param string|null $cert The public cert
13951395
* @param string|null $fingerprint The fingerprint of the public cert
13961396
* @param string|null $fingerprintalg The algorithm used to get the fingerprint
13971397
* @param string|null $xpath The xpath of the signed element

0 commit comments

Comments
 (0)