Files
wp-recache/phpstan.neon
T

12 lines
244 B
Plaintext

includes:
- vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level: 5
paths:
- includes/
- wp-recache.php
tmpDir: .phpstan-cache
ignoreErrors:
- '#Function wp_recache_.* not found\.#'