I don't understand why this is enforced in symfony/validator. It means I can't have a base class with a `final public static` method on it that I use as a common validator for all models. I have to define the static method on every model.

github.com/symfony/validator/b

1 more replies (not shown)