first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
parameters:
level: 1
featureToggles:
disableRuntimeReflectionProvider: true
bootstrapFiles:
- tests/phpstan/bootstrap.php
- inc/constants.inc
- tests/phpstan/stubs/wp-background-processing.stub
- tests/phpstan/stubs/twig.stub
- tests/phpstan/stubs/otgs-ui.stub
- tests/phpstan/stubs/wpml-collect.stub
- tests/phpstan/stubs/wpml-fp.stub
- tests/phpstan/stubs/wpml-core-api.stub
- tests/phpstan/stubs/wpml-core.stub
- tests/phpstan/stubs/wpml-tm.stub
- tests/phpstan/stubs/wpml-st.stub
paths:
- classes
- inc
- templates
- plugin.php
checkFunctionNameCase: true
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
# Uses func_get_args()
- '#^Function apply_filters(_ref_array)? invoked with [34567] parameters, 2 required\.$#'