mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
* fix: bug in Session_Transaction_Manager::pop_transaction_id fixed * chore: Linter and PHPStan compliance met * devops: tests updated * devops: WPBrowser upgraded to v4.x.x * devops: Some unit testing configurations updated * devops: WPBrowser updated and tests passing * chore: PHPStan and linter compliance met * devops: WP_CORE_DIR fixed * devops: More docker config changes * devops: CartMutationsTest updated * devops: CI env vars fixed * devops: More CI fixes * devops: More CI fixes * devops: More CI fixes * devop: Docker env removed * devops: Codeception configs updated * devops: configurations tweaked heavily
26 lines
864 B
Plaintext
26 lines
864 B
Plaintext
parameters:
|
|
level: 8
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
treatPhpDocTypesAsCertain: false
|
|
ignoreErrors:
|
|
- identifier: missingType.iterableValue
|
|
- identifier: missingType.generics
|
|
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/
|
|
scanDirectories:
|
|
- vendor-prefixed/
|
|
- local/public/wp-content/plugins/wp-graphql-jwt-authentication/
|
|
- local/public/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/
|
|
scanFiles:
|
|
- vendor/php-stubs/woocommerce-stubs/woocommerce-stubs.php
|
|
- vendor/axepress/wp-graphql-stubs/wp-graphql-stubs.php
|