Commit c2be2d0
committed
bug symfony#21324 [String]
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 charactersByteString::fromRandom() defaults to base58 characters (aunzat)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments