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 4b9c79e commit 37f6cc5Copy full SHA for 37f6cc5
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.4
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')
+ public static function generateString($length = 8, $chars = '0123456789abdefghknqrstyzABDEFGHKNQRSTYZ')
72
73
$numChars = \strlen($chars);
74
$string = '';
0 commit comments