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 5a3def0 commit 14004ebCopy full SHA for 14004eb
ByteString.php
@@ -25,7 +25,7 @@
25
*/
26
class ByteString extends AbstractString
27
{
28
- private const ALPHABET_ALPHANUMERIC = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
+ private const ALPHABET_ALPHANUMERIC = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
29
30
public function __construct(string $string = '')
31
0 commit comments