diff --git a/.gitattributes b/.gitattributes index 30da17f..c47225a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,4 +12,4 @@ /phpspec.yml.dist export-ignore /phpunit.xml.dist export-ignore /spec/ export-ignore -/Tests/ export-ignore +/tests/ export-ignore diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 0d12c3f..e1c47c6 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -42,7 +42,7 @@ parameters: - message: "#^Cannot access offset 'options' on mixed\\.$#" - count: 6 + count: 4 path: src/DependencyInjection/BazingaGeocoderExtension.php -