fix(core): discover vendor directory first on all platforms #2496
coding-conventions.yml
on: pull_request
Run style check
46s
Run static analysis: PHPStan
35s
Annotations
3 warnings
|
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:
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.
|