CronExpressionBundle
CronExpressionBundle copied to clipboard
Update for Upcoming Doctrine/Dbal 4.0
The only thing not working right now are the Exception Handling:
https://github.com/doctrine/dbal/commit/a2abc86b8245a6929c4f448bdcc4af9c15018b4c#diff-93abf86e8ee8df45d8045fc5f4c82094d9e68b204351a8bc5811796803ce81d7L46-R48
ConversionException::conversionFailedInvalidTypegot removed, and isInvalidType::newnowConversionException::conversionFailedisValueNotConvertible::newConversionException::conversionFailedFormatisInvalidFormat::new
I need to find a nice way to handle this
i find it bad that they didn't deprecate the old functions first