Skip to content

Commit

Permalink
add phpstan config file
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Aug 14, 2023
1 parent ac6696c commit 3d4de02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
- vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level: 4
checkMissingIterableValueType: false
inferPrivatePropertyTypeFromConstructor: true
paths:
- %currentWorkingDirectory%/heartbeat-control.php
- %currentWorkingDirectory%/Plugin_Card_Helper.php
- %currentWorkingDirectory%/Heartbeat.php
- %currentWorkingDirectory%/Settings.php
- %currentWorkingDirectory%/Notices.php

0 comments on commit 3d4de02

Please sign in to comment.