Skip to content

feat(database)!: improve orm experience #2424

feat(database)!: improve orm experience

feat(database)!: improve orm experience #2424

Triggered via pull request August 13, 2025 16:09
Status Failure
Total duration 51s
Artifacts

coding-conventions.yml

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

Annotations

2 errors and 3 warnings
Run static analysis: PHPStan
Process completed with exit code 1.
Run static analysis: PHPStan: tests/Integration/Database/ModelsWithoutIdTest.php#L359
Call to method PHPUnit\Framework\Assert::assertNotNull() with string will always evaluate to true.
best-practices/no-empty-catch-clause: packages/kv-store/tests/PhpRedisClientTest.php#L42
Empty catch clause suppresses errors. Empty catch clauses hide exceptions and make debugging more difficult. Help: Add error handling or remove the catch clause.
best-practices/no-empty-catch-clause: tests/Integration/KeyValue/RedisTest.php#L42
Empty catch clause suppresses errors. Empty catch clauses hide exceptions and make debugging more difficult. Help: Add error handling or remove the catch clause.
best-practices/no-empty-catch-clause: packages/kv-store/tests/PredisClientTest.php#L48
Empty catch clause suppresses errors. Empty catch clauses hide exceptions and make debugging more difficult. Help: Add error handling or remove the catch clause.