Issue: Methods defined in Parent with parent related type are overwritten in Child with Child related type Found solution, adding Template Params: https://phpstan.org/r/b4926398-b0bf-400e-b053-e54c21d560bd this may not be needed, depending on the function: ``` /** * @param AModel $model */ ``` I will make extra issues/MRs for all the related ones. List: - #5678
Issue:
Methods defined in Parent with parent related type
are overwritten in Child with Child related type
Found solution, adding Template Params:
https://phpstan.org/r/b4926398-b0bf-400e-b053-e54c21d560bd
this may not be needed, depending on the function:
I will make extra issues/MRs for all the related ones.
List: