You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#21324 [String] ByteString::fromRandom() defaults to base58 characters (aunzat)
This PR was merged into the 6.4 branch.
Discussion
----------
[String] `ByteString::fromRandom()` defaults to base58 characters
The ByteString::fromRandom() function defaults to the base58 characters if the second argument is not supplied.
The default was changed to base58 in:
symfony/symfony@b36baa7
This updates the documentation to reflect this change.
Commits
-------
ab6fbef [String] ByteString::fromRandom() defaults to base58 characters
0 commit comments