From 716fc9f3174cb2fa41d2e9785266e500e53b9795 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Thu, 19 Oct 2023 23:39:45 +0200 Subject: [PATCH 1/2] Fix ignoring tests directory --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 30da17f8..c47225aa 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 From dfe2d6c93e526218840f9ff9f403336769731d12 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Thu, 19 Oct 2023 23:44:27 +0200 Subject: [PATCH 2/2] Update phpstan-baseline.neon --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 0d12c3f3..e1c47c68 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 -