Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecation warning from passing null to str_replace
The second argument to `str_replace` should be empty string rather than null. Otherwise you get this error: ``` Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated ```
- Loading branch information