You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Class Symfony\Component\Validator\Test\ConstraintValidatorTestCase is not compatble with PHPUnit8 because setup and teardown methods have no return type hint
Possible Solution
Just add void return type hint on these methods