Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit f5197c1

Browse files
PHPStan: Add configuration file
1 parent 38565b5 commit f5197c1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
parameters:
2+
level: 6
3+
paths:
4+
- src
5+
# - tests
6+
excludes_analyse:
7+
- tests/App/var/
8+
# - tests/spec/
9+
inferPrivatePropertyTypeFromConstructor: true

0 commit comments

Comments
 (0)