diff --git a/README.md b/README.md index 16bac930..4820b29d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Doctrine DBAL & ORM Bundle for the Symfony Framework. -[![Continuous Integration](https://github.com/doctrine/DoctrineBundle/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineBundle/actions/workflows/continuous-integration.yml) [![codecov](https://codecov.io/gh/doctrine/DoctrineBundle/branch/master/graph/badge.svg?token=qtm3EQ3WgV)](https://codecov.io/gh/doctrine/DoctrineBundle) +[![Continuous Integration](https://github.com/doctrine/DoctrineBundle/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineBundle/actions/workflows/continuous-integration.yml) +[![codecov](https://codecov.io/gh/doctrine/DoctrineBundle/graph/badge.svg?token=qtm3EQ3WgV)](https://codecov.io/gh/doctrine/DoctrineBundle) ## What is Doctrine? diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 6e40de88..0b3cc38b 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -22,6 +22,3 @@ parameters: # phpstan has no array shape intersection support https://github.com/phpstan/phpstan/issues/12414 - message: '#unresolvable type.#' path: src/DataCollector/DoctrineDataCollector.php - # Probably needs Symfony plugin - - message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\Node#' - path: src/DependencyInjection/Configuration.php