yiisoft / db

Yii Database Library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
134 stars 35 forks source link

Fix psalm #832

Closed Tigrov closed 6 months ago

Tigrov commented 6 months ago
  1. Replace paths-ignore to clear paths
  2. Fix issue with MissingClassConstType for PHP version less then 8.3
  3. Added two new parameters to config:
    • findUnusedVariablesAndParams="true"
    • findUnusedPsalmSuppress="true"
  4. Clear code
codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 99.56%. Comparing base (db7394f) to head (5195341).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #832 +/- ## ============================================ - Coverage 99.56% 99.56% -0.01% Complexity 1320 1320 ============================================ Files 64 64 Lines 3246 3245 -1 ============================================ - Hits 3232 3231 -1 Misses 14 14 ```

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