panlatent / cron-expression-descriptor

Converts cron expressions into human readable descriptions.
MIT License
16 stars 5 forks source link

Unparenthesized `a ? b : c ? d : e` is not supported #9

Closed maisoui closed 2 years ago

maisoui commented 2 years ago

Hi,

Using PHP 8.0, I've got the following error: Unparenthesized 'a ? b : c ? d : e' is not supported. Use either '(a ? b : c) ? d : e' or 'a ? b : (c ? d : e)' in /var/www-webapp/web/vendor/panlatent/cron-expression-descriptor/src/ExpressionDescriptor.php on line 189

Regards

panlatent commented 2 years ago

Please update the version to 1.0.5.