Hello
Skipper does not allow to specify a mapper superclass and an inheritence in the same time.
Given the following schema, MatchOutcome is an abstract mapped superclass that inherit from Outcome. ThreeWayMatchOutcome inherit from MatchOutcome and is in the discriminator map of Outcome.
I can make it perfectly work editing the yaml mapping my self (https://github.com/dag-io/doctrine-inheritance-playground). Because I can not set the inheritence between ThreeWayMatchOutcome and Outcome and fill up the discriminator map, Skipper will remove the discriminator values that I have set
