wrk-flow / larastrict

Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.
https://larastrict.com
MIT License
5 stars 2 forks source link

ChunkedModelQueryResult: Introduce TEntry template #47

Open pionl opened 1 year ago

pionl commented 1 year ago

This will be breaking change in PHPStan reports.

Syntax will be:

ChunkedModelQueryResult<MyModel,MyEntity>
ChunkedModelQueryResult<MyModel,MyModel >