vodevel

Results 3 issues of vodevel

Option to ignore [@covers](https://docs.phpunit.de/en/9.5/annotations.html#covers) annotation. Postponed by https://github.com/sebastianbergmann/php-code-coverage/pull/986

See https://github.com/nelmio/NelmioApiDocBundle/issues/1873 Example ```php #[Route('route/{id}', requirements: ['id' => '\d+'])] ``` Now Swagger UI allows any {id} that contains at least one digit (eg. `x1` or `"1"`). Whereas in Symfony Routing...

Reincarnation of the https://github.com/sebastianbergmann/php-code-coverage/pull/573 by @BackEndTea See also https://github.com/sebastianbergmann/php-code-coverage/issues/571 So, another attempt to achieve this feature)