Skip to content

fix(database): fix datetime serialization for mysql database #2191

fix(database): fix datetime serialization for mysql database

fix(database): fix datetime serialization for mysql database #2191

Triggered via pull request July 8, 2025 11:32
Status Success
Total duration 44s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
35s
Run style check
Run static analysis: PHPStan
39s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

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.