Skip to content

Adjust type hints for generated repositories

Compare
Choose a tag to compare
@iquito iquito released this 15 Dec 16:34
· 10 commits to master since this release

Both PHPStan and Psalm were confused by the @implements type hints in generated repositories because Iterator/IteratorAggregate were not directly implemented (only through the base class), so we added those explicitely through "implements". This changes nothing about the functionality though.