protected function validateValue(mixed $value) : void { $this->validator ->inContext($this->context) ->validate($this->validatedValue = $value, $this->createCompound()); }