Commit 56a9536b by Vincent

Typo in docs

parent b680afc7
...@@ -450,7 +450,7 @@ class Security extends Component ...@@ -450,7 +450,7 @@ class Security extends Component
/** /**
* Generates specified number of random bytes. * Generates specified number of random bytes.
* Note that output may not be ASCII. * Note that output may not be ASCII.
* @see generateRandomKey() if you need a string. * @see generateRandomString() if you need a string.
* *
* @param integer $length the number of bytes to generate * @param integer $length the number of bytes to generate
* @throws Exception on failure. * @throws Exception on failure.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment