Skip to content

feat(database): primary key improvements #2466

feat(database): primary key improvements

feat(database): primary key improvements #2466

Triggered via pull request August 16, 2025 05:26
Status Failure
Total duration 47s
Artifacts

coding-conventions.yml

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

Annotations

4 errors and 3 warnings
Run static analysis: PHPStan
Process completed with exit code 1.
Run static analysis: PHPStan: tests/Integration/Database/Builder/IsDatabaseModelTest.php#L978
Syntax error, unexpected T_CLASS, expecting T_VARIABLE on line 978
Run style check
Process completed with exit code 1.
Run style check: tests/Integration/Database/Builder/IsDatabaseModelTest.php#L978
Expected one of `Variable`, found `Class`
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.
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/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.