Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#84) * Null-coalesce emoji lookup to false instead of muting `@` prevents warnings from being printed, but it does not prevent them from being reported to debugger by Xdebug. Since most characters tend not to be emoji, the flood of notices sent to the debugger slows parsing to a crawl. Null-coalesce the element access to false instead. (To think I almost discarded a perfectly good XLIFF library because I thought it was too 🐌 😉) * Use `isset()` instead of `?? false` for PHP 5 compat
- Loading branch information