-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to fix incorrect Date format detection #992
Conversation
/backport to stable23 |
/backport to stable22 |
This might work on php8 with the new null safe operator, but I do not think the null coalescing operator will catch the exception of maybe ?
|
It fixed on my instance, but I'm indeed on php8. |
be3fe3b
to
3b2b73e
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #992 +/- ##
===========================================
- Coverage 0.69% 0.69% -0.01%
- Complexity 5716 5717 +1
===========================================
Files 289 289
Lines 19764 19766 +2
===========================================
Hits 138 138
- Misses 19626 19628 +2
☔ View full report in Codecov by Sentry. |
can you squash and signoff your commit ? |
deleted