cronofy / cronofy-php-sample-app

Sample app to demonstrate how to use the Cronofy PHP API wrapper
2 stars 4 forks source link

?? Null Coalesce Operator (since PHP 7) #7

Closed johnish closed 7 years ago

johnish commented 7 years ago

I'm running 5.5.35 and the isset ternary operator '??' is not available.

$_POST['availabilityInfo']['duration'] ?? "60"

stephenbinns commented 7 years ago

Hi Jon,

Sorry for delay in getting back to you, we are only supporting php versions 7 or later with this sample app. I've updated the readme file to clarify this.

Thanks, Stephen