contributte / doctrine-orm

:fire: Well-integrated Doctrine ORM for Nette Framework
https://contributte.org/packages/nettrine/orm.html
MIT License
56 stars 29 forks source link

Remove wrong overrides from .phpstorm.meta.php #111

Closed vitkutny closed 3 weeks ago

vitkutny commented 3 weeks ago

Overrides for getRepository are invalid – it overrides returned type from @returns Collection<T> to returning the entity directly @returns T

See https://github.com/DEVSENSE/phptools-docs/issues/620

f3l1x commented 3 weeks ago

Thank you.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Please upload report for BASE (master@c8b43bb). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #111 +/- ## ========================================= Coverage ? 88.95% ========================================= Files ? 11 Lines ? 344 Branches ? 0 ========================================= Hits ? 306 Misses ? 38 Partials ? 0 ```

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