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

Refactor ORM QueryBuilder::setParameters() calls to use setParameter() instead due to a stricter type in 3.0 #2710

Merged

Refactor ORM QueryBuilder::setParameters() calls to use setParameter(…

67fe1ea
Select commit
Loading
Failed to load commit list.
Merged

Refactor ORM QueryBuilder::setParameters() calls to use setParameter() instead due to a stricter type in 3.0 #2710

Refactor ORM QueryBuilder::setParameters() calls to use setParameter(…
67fe1ea
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 17, 2023 in 1s

79.67% (-0.01%) compared to 43073e0, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

79.67% (-0.01%) compared to 43073e0, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (43073e0) 79.68% compared to head (67fe1ea) 79.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2710      +/-   ##
==========================================
- Coverage   79.68%   79.67%   -0.01%     
==========================================
  Files         162      162              
  Lines        8455     8452       -3     
==========================================
- Hits         6737     6734       -3     
  Misses       1718     1718              
Files Coverage Δ
...atable/Entity/Repository/TranslationRepository.php 83.78% <100.00%> (-0.29%) ⬇️
src/Translatable/Mapping/Event/Adapter/ORM.php 88.73% <100.00%> (-0.16%) ⬇️
src/Tree/Strategy/ORM/Nested.php 94.91% <100.00%> (+0.01%) ⬆️

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