BunnyWay / BunnyCDN.PHP.Storage

The official PHP library used for interacting with the BunnyCDN Storage API.
MIT License
68 stars 27 forks source link

Fixed string concatenation in Path Normalisation #2

Closed sifex closed 4 years ago

sifex commented 4 years ago

Change + for . on like 153 – as you'll get the following error otherwise:

A non-numeric value encountered

My IDE also stripped out white space at end of lines, apologies.