Files

26 lines
864 B
Plaintext
Raw Permalink Normal View History

2023-06-13 23:17:02 +03:00
parameters:
2023-06-21 13:21:29 -04:00
level: 8
2023-06-13 23:17:02 +03:00
inferPrivatePropertyTypeFromConstructor: true
treatPhpDocTypesAsCertain: false
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics
2023-06-13 23:17:02 +03:00
stubFiles:
# Simulate added properties. This is neccesary due to a config issue in WPGraphQL core.
- phpstan/class-wp-post-type.php
- phpstan/class-wp-taxonomy.php
- phpstan/class-woocommerce.php
bootstrapFiles:
- phpstan/constants.php
paths:
- wp-graphql-woocommerce.php
- access-functions.php
- includes/
2023-06-21 13:21:29 -04:00
scanDirectories:
- vendor-prefixed/
2023-06-21 13:21:29 -04:00
- local/public/wp-content/plugins/wp-graphql-jwt-authentication/
- local/public/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/
2023-06-13 23:17:02 +03:00
scanFiles:
- vendor/php-stubs/woocommerce-stubs/woocommerce-stubs.php
- vendor/axepress/wp-graphql-stubs/wp-graphql-stubs.php