Files
Geoff TaylorandGitHub 2543f33475 fix: Bug in Session_Transaction_Manager::pop_transaction_id() fixed (#852)
* 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
2024-05-21 00:48:16 -04:00

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