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
#[\Override] attribute for all intentionally overridden methods by child classes.
Replace random_* with Randomizer::getBytesFromString()
For random_alphabetic_string, we can replace this with a random letter followed by (N-1) random letters/numbers and merge it into random_string. This will ensure that the string always has at least one letter in it and thus won't be implicitly converted to a number.
Check if new DOMDocument methods can be leveraged.
The text was updated successfully, but these errors were encountered:
#[\Override]
attribute for all intentionally overridden methods by child classes.random_*
withRandomizer::getBytesFromString()
random_alphabetic_string
, we can replace this with a random letter followed by (N-1) random letters/numbers and merge it intorandom_string
. This will ensure that the string always has at least one letter in it and thus won't be implicitly converted to a number.The text was updated successfully, but these errors were encountered: