mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improve doc block
This commit is contained in:
parent
5f1463f45b
commit
5c184190c5
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Security {
|
|||
/**
|
||||
* Get random bytes from a secure source.
|
||||
*
|
||||
* This method will fall back to an insecure source an trigger a warning
|
||||
* This method will fall back to an insecure source and trigger a warning,
|
||||
* if it cannot find a secure source of random data.
|
||||
*
|
||||
* @param int $length The number of bytes you want.
|
||||
|
|
Loading…
Reference in a new issue