Skip to content

Commit acee478

Browse files
authored
Fix ignoring tests directory (#345)
* Fix ignoring tests directory * Update phpstan-baseline.neon
1 parent 608f883 commit acee478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
/phpspec.yml.dist export-ignore
1313
/phpunit.xml.dist export-ignore
1414
/spec/ export-ignore
15-
/Tests/ export-ignore
15+
/tests/ export-ignore

phpstan-baseline.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ parameters:
4242

4343
-
4444
message: "#^Cannot access offset 'options' on mixed\\.$#"
45-
count: 6
45+
count: 4
4646
path: src/DependencyInjection/BazingaGeocoderExtension.php
4747

4848
-

0 commit comments

Comments
 (0)