ddeboer / vatin-bundle

Symfony bundle for the VATIN library
MIT License
28 stars 10 forks source link

Feature/modernize #21

Open Chris53897 opened 3 years ago

Chris53897 commented 3 years ago

Hi. I modernized some things, hope you like it.

I need to add 2 tests only to run on php > 8. These are because of the newly added php8 attributes. I am not sure if the php8 attributes commit is running on < php 8. Or if this is just an problem of the tests.

Please have a look at Tests/Functional/ValidatorAnnotationTest.php if my changes are correct.

see Test-Run