mremi / UrlShortener

A PHP library to generate shortened URL through famous API like Bit.ly or Google
MIT License
79 stars 32 forks source link

- fix Bit.ly url handling #30

Open zelding opened 2 years ago

zelding commented 2 years ago

passing null as uri is invalid and causes and exception with guzzle URI must be a string or UriInterface

this is a simple fix