Skip to content

Commit 1f20f7e

Browse files
committed
Merge pull request facebookarchive#597 from NinoSkopac/patch-1
Corrected phpDoc comment for binToHex
2 parents 6104ac7 + 1abcc66 commit 1f20f7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Facebook/PseudoRandomString/PseudoRandomStringGeneratorTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public function validateLength($length)
4848
*
4949
* @param string $binaryData The binary data to convert to hex.
5050
* @param int $length The length of the string to return.
51-
* @throws \RuntimeException Throws an exception when multibyte support is not enabled
5251
*
5352
* @return string
5453
*/

0 commit comments

Comments
 (0)