We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608f883 commit acee478Copy full SHA for acee478
.gitattributes
@@ -12,4 +12,4 @@
12
/phpspec.yml.dist export-ignore
13
/phpunit.xml.dist export-ignore
14
/spec/ export-ignore
15
-/Tests/ export-ignore
+/tests/ export-ignore
phpstan-baseline.neon
@@ -42,7 +42,7 @@ parameters:
42
43
-
44
message: "#^Cannot access offset 'options' on mixed\\.$#"
45
- count: 6
+ count: 4
46
path: src/DependencyInjection/BazingaGeocoderExtension.php
47
48
0 commit comments