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)
Hello,
I have the following error :
Compile Error: Unparenthesized
a ? b : c ? d : eis not supported. Use either
(a ? b : c) ? d : eor
a ? b : (c ? d : e)`
in vendor/panlatent/cron-expression-descriptor/src/ExpressionDescriptor.php (line 189) ` (using PHP 8.0.11)Best regards