apigee / apigee-m10n-drupal

Add monetization features to a Drupal developer portal
https://www.drupal.org/project/apigee_m10n
GNU General Public License v2.0
13 stars 13 forks source link

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

Closed divya-intelli closed 8 months ago

divya-intelli commented 8 months ago

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.