Issue #2752533 by mikeker: \Drupal\Component\Utility\Crypt::randomBytesBase64 docblock refers to $byte_count instead of $count

8.2.x
xjm 2016-07-19 09:16:16 +02:00
parent 17ff00c6c4
commit faef09eaef
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Crypt {
* The number of random bytes to fetch and base64 encode.
*
* @return string
* The base64 encoded result will have a length of up to 4 * $byte_count.
* The base64 encoded result will have a length of up to 4 * $count.
*
* @see \Drupal\Component\Utility\Crypt::randomBytes()
*/