Skip to content

Commit fa7d627

Browse files
committed
Fix phpdoc
1 parent e23ada2 commit fa7d627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/TestUtils/PEMCertificatesMock.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static function loadPlainCertificateFile(string $file, $sig_alg = self::A
7777

7878
/**
7979
* @param string $hash_alg
80-
* @param string The file to use
80+
* @param string $file The file to use
8181
* @param string $sig_alg One of rsa|dsa
8282
* @return \SimpleSAML\XMLSecurity\XMLSecurityKey
8383
*/
@@ -94,7 +94,7 @@ public static function getPublicKey(
9494

9595
/**
9696
* @param string $hash_alg
97-
* @param string The file to use
97+
* @param string $file The file to use
9898
* @param string $sig_alg One of rsa|dsa
9999
* @return \SimpleSAML\XMLSecurity\XMLSecurityKey
100100
*/

0 commit comments

Comments
 (0)