Skip to content

Commit 5a39f22

Browse files
nunomadurodamcou
authored andcommitted
chore: adds type checking tool configuration (#861)
1 parent 0cbfbc1 commit 5a39f22

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpstan.neon

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
parameters:
2+
level: 0
3+
excludes_analyse:
4+
- %currentWorkingDirectory%/vendor/*
5+
- %currentWorkingDirectory%/Test/*
6+
ignoreErrors:
7+
- '#(class|type) Magento\\\S*Factory#i'
8+
- '#(class|type) Algolia\\\S*Factory#i'

0 commit comments

Comments
 (0)