fix(database): fix datetime serialization for mysql database #2191
coding-conventions.yml
on: pull_request
Run style check
35s
Run static analysis: PHPStan
39s
Annotations
2 warnings
|
best-practices/dont-catch-error:
packages/mapper/src/SerializerFactory.php#L61
Avoid catching PHP internal errors.
Catching these errors hides issues that should crash your app.
Help: Remove or adjust this catch clause so errors propagate naturally.
|
|
best-practices/dont-catch-error:
packages/mapper/src/SerializerFactory.php#L37
Avoid catching PHP internal errors.
Catching these errors hides issues that should crash your app.
Help: Remove or adjust this catch clause so errors propagate naturally.
|