laravel-localization icon indicating copy to clipboard operation
laravel-localization copied to clipboard

fix: str_replace(): Passing null warning

Open usernotnull opened this issue 2 years ago • 0 comments

On PHP 8, we can't pass null to str_replace, it will generate a warning.

image

I'll make a PR to add a null check, which will remove the warning on many requests.

usernotnull avatar Mar 17 '22 05:03 usernotnull