panlatent / cron-expression-descriptor

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

Runtime error #6

Closed maisoui closed 2 years ago

maisoui commented 3 years ago

Hello,

I have the following error : Compile Error: Unparenthesizeda ? b : c ? d : eis not supported. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)` in vendor/panlatent/cron-expression-descriptor/src/ExpressionDescriptor.php (line 189) ` (using PHP 8.0.11)

Best regards

hasibsahibzada commented 3 years ago

I have the same issue.

panlatent commented 2 years ago

Please update the version to 1.0.5.