PHPStan reports a legitimate type error when passing a Collection to the CollectionPersister.
I added the error the baseline for the time being: f66e9e4
It seems that the CollectionPersister is only able to handle list of PersistentCollectionInterface while field properties are usually using array|Collection type.