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
|
2024-05-21 00:48:16 -04:00
|
|
|
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:
|
2023-08-04 21:16:36 -04:00
|
|
|
- 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
|