gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Deprecation supports and fixes #1207

Closed gnikyt closed 2 years ago

gnikyt commented 2 years ago

Mainly, parse_url and parse_str calls have been updated. Warnings were present complaining about possible null values where a string is expected.

This PR adjusts to check for falsey/null and use a empty string as fallback.

gnikyt commented 2 years ago

Merged. Closed.