We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a832b58 commit cb1ca81Copy full SHA for cb1ca81
StringHelper.php
@@ -6,7 +6,7 @@
6
* This helper methods for string
7
* @package darkfriend\helpers
8
* @author darkfriend <hi@darkfriend.ru>
9
- * @version 1.0.0
+ * @version 1.0.3
10
*/
11
class StringHelper
12
{
@@ -68,7 +68,7 @@ public static function htmlspecialchars_decode($val)
68
* @param string $chars
69
* @return string
70
71
- public static function generateString($length = 8, $chars = '0123456789ABDEFGHKNQRSTYZ'): string
+ public static function generateString($length = 8, $chars = '0123456789abdefghknqrstyzABDEFGHKNQRSTYZ'): string
72
73
$numChars = \strlen($chars);
74
$string = '';
0 commit comments