Did someone tried to find out if a STRING representation of FQCN (like '\MyNamespace\SomeEnum') of an enum is of \StringBackedEnum?
I can check if it's \BackedEnum using \is_a($classname, \BackedEnum::class, true), but it doesn't work for \StringBackedEnum.
Has anyone encountered this problem?
CC @hardworm