12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
includes:
|
|
- vendor/szepeviktor/phpstan-wordpress/extension.neon
|
|
parameters:
|
|
level: max
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
checkMissingIterableValueType: false
|
|
treatPhpDocTypesAsCertain: false
|
|
paths:
|
|
- /
|
|
ignoreErrors:
|
|
# Uses func_get_args()
|
|
- '/^Function apply_filters(_ref_array)? invoked with [34567] parameters, 2 required\.$/' |