1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-04-04 18:30:09 +02:00
Files
app/tests/unit/Testables/Filesystem
Nico Verbruggen 38b3c108bf ♻️ Use replacing(with:) instead of .replacingOccurrences(of:with:)
The newer Swift native method is broadly supported and can properly
handle complex UTF-8 characters like emoji, whereas the old API does
not work correctly with emoji.

In most cases, this likely wouldn't have caused any issues but it does
make things a little cleaner now, and ensures we won't encounter emoji
trouble in the future.
2025-11-11 12:55:23 +01:00
..