@@ -165,6 +165,7 @@ |
||
165 | 165 | /** |
166 | 166 | * We don't have any more options, so let's throw an exception right now |
167 | 167 | * and hope the developer won't let it fail silently. |
168 | + * @param integer $length |
|
168 | 169 | */ |
169 | 170 | function random_bytes($length) |
170 | 171 | { |
@@ -123,7 +123,7 @@ |
||
123 | 123 | */ |
124 | 124 | while ($range > 0) { |
125 | 125 | if ($bits % 8 === 0) { |
126 | - ++$bytes; |
|
126 | + ++$bytes; |
|
127 | 127 | } |
128 | 128 | ++$bits; |
129 | 129 | $range >>= 1; |