cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 22 forks source link

Fix psalm type for `DatabaseInterface::transaction()` #186

Closed roxblnfk closed 3 months ago

roxblnfk commented 3 months ago

What was changed

Added parameter with type DatabaseInterface for callable type in parameter $callback

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.28%. Comparing base (18bce1d) to head (105c069).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.x #186 +/- ## ========================================= Coverage 95.28% 95.28% Complexity 1843 1843 ========================================= Files 130 130 Lines 5085 5085 ========================================= Hits 4845 4845 Misses 240 240 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.