Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix argument type for RedirectTrait methods #753

Merged
merged 2 commits into from
Jan 27, 2025

Bump up phpstan level

07720c6
Select commit
Loading
Failed to load commit list.
Merged

Fix argument type for RedirectTrait methods #753

Bump up phpstan level
07720c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 27, 2025 in 0s

90.26% (-0.20%) compared to fd1d8bd

View this Pull Request on Codecov

90.26% (-0.20%) compared to fd1d8bd

Details

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.26%. Comparing base (fd1d8bd) to head (07720c6).
Report is 72 commits behind head on master.

Files with missing lines Patch % Lines
src/Error/ExceptionRenderer.php 75.00% 1 Missing ⚠️
src/Listener/ApiQueryLogListener.php 85.71% 1 Missing ⚠️
src/Traits/RedirectTrait.php 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #753      +/-   ##
============================================
- Coverage     90.45%   90.26%   -0.20%     
- Complexity      369      371       +2     
============================================
  Files            36       36              
  Lines          1153     1161       +8     
============================================
+ Hits           1043     1048       +5     
- Misses          110      113       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.