Use PHP 7.4 featers and PHP 8 polyfills
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
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\.$/'
|
Reference in New Issue
Block a user