laravel-doctrine / orm

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
http://laraveldoctrine.org
MIT License
823 stars 180 forks source link

Changed docblock for getRepository() to satisfy PHPStan #566

Closed soltmar closed 8 months ago

soltmar commented 8 months ago

[FIX] - Satisfies PHPStan's "Call to an undefined method Doctrine\Persistence\ObjectRepository::createQueryBuilder()."

codecov-commenter commented 8 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (7b9bb81) 66.15% compared to head (9c37059) 66.15%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.0 #566 +/- ## ========================================= Coverage 66.15% 66.15% Complexity 548 548 ========================================= Files 81 81 Lines 1764 1764 ========================================= Hits 1167 1167 Misses 597 597 ``` | [Files](https://app.codecov.io/gh/laravel-doctrine/orm/pull/566?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/Facades/EntityManager.php](https://app.codecov.io/gh/laravel-doctrine/orm/pull/566?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0ZhY2FkZXMvRW50aXR5TWFuYWdlci5waHA=) | `0.00% <ø> (ø)` | |

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

eigan commented 8 months ago

Thanks 👍🏻