How to apply generics correctly to PHP?
Background I do have classes (here: ClassA and ClassB) that shall be tested. As these classes are similar, I created an abstract test-class that implements an interface. Problem At level 7, PhpStan is unhappy and reports these issues: Call to…