Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Add basic phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-d committed Sep 18, 2020
1 parent ae042ff commit 6635081
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phpstan.neon
@@ -0,0 +1,9 @@
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
- vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level: max
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
paths:
- classes/

0 comments on commit 6635081

Please sign in to comment.