Skip to content

Commit

Permalink
Add mininmal phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jan 17, 2023
1 parent 020ec67 commit d6fb9bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
parameters:
level: 1
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
fileExtensions:
- php
paths:
- src

0 comments on commit d6fb9bd

Please sign in to comment.