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.
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.
https://github.com/symfony/validator/commit/6e6bd0f1928d1824ce91c209169024d53cf3ff6d
A space for Bonfire maintainers and contributors to communicate