Closed dsantuc closed 7 years ago
looks good, thanks!
travis does a check for style which failed, see here - the style check is done on php 7.1 only
You can see all Php versions passed, except 7.1 - which it's safe to assume style check failed
Usually, I ignore styling while developing, and when finished I run:
composer style-fix
Anyway, I ran it and will merge the PR.. Thanks!
I've added checks to see if "path" is an array in the relevant places. Not sure if it's ultimately "correct" but it worked with the data packages I was using with string "path" properties.