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
CSVUnitStorage: Change escape to future default of ""
PHP plans to change the default value of this parameter from "\\" to "",
as the old default apparently has problems. CSV unit files only contain
item IDs (Q[1-9][0-9]*) and floats anyways, so there should be no need
for any escaping, and we might as well use the upcoming default already.
Bug: T386113
Change-Id: I7d00ba49bb567caab1a58753995424d551441cf7
Follows-Up: I7c2309f348335f36870ec4dd8ed8c9e727711a59
0 commit comments