Skip to content

Commit

Permalink
Merge pull request #16602 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Update docblock.
  • Loading branch information
othercorey committed Jul 5, 2022
2 parents 88c8d94 + 418ed91 commit cd6ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Text.php
Expand Up @@ -53,7 +53,7 @@ class Text
* Generate a random UUID version 4
*
* Warning: This method should not be used as a random seed for any cryptographic operations.
* Instead, you should use the openssl or mcrypt extensions.
* Instead, you should use `Security::randomBytes()` or `Security::randomString()` instead.
*
* It should also not be used to create identifiers that have security implications, such as
* 'unguessable' URL identifiers. Instead, you should use {@link \Cake\Utility\Security::randomBytes()}` for that.
Expand Down

0 comments on commit cd6ba04

Please sign in to comment.