Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation notice : Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future #460

Closed
divya-intelli opened this issue Oct 19, 2023 · 0 comments · Fixed by #465
Assignees
Labels
enhancement New feature or request

Comments

@divya-intelli
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Deprecation notice when running test :

  1. Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Drupal\apigee_m10n_add_credit\Plugin\Validation\Constraint\PriceRangeDefaultOutOfRangeConstraintValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
  2. Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Drupal\apigee_m10n_add_credit\Plugin\Validation\Constraint\PriceRangeMinimumGreaterMaximumConstraintValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
  3. Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Drupal\apigee_m10n_add_credit\Plugin\Validation\Constraint\PriceRangeMinimumTopUpAmountConstraintValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant