Closed passchn closed 7 months ago
Attention: Patch coverage is 40.00000%
with 3 lines
in your changes are missing coverage. Please review.
Project coverage is 70.86%. Comparing base (
1c84005
) to head (3dc1867
).
Files | Patch % | Lines |
---|---|---|
src/Queue/ServicesTrait.php | 40.00% | 3 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Updated the type variable as OBJECT
is misleading and the PHPStan docs use T
:
https://phpstan.org/blog/generics-in-php-using-phpdocs#class-names
We will have to backport this to 5.x branch for Patch release
Related Issue: https://github.com/dereuromark/cakephp-queue/issues/414