files() ->ignoreVCS( true ) ->ignoreDotFiles( false ) // We need to keep .distignore around. ->exclude( array( '.github', '.ddev', '.idea', '.psalm', 'tests', ) ) ->in( '.' ), ); return array( 'prefix' => 'WooCommerce\\PayPalCommerce\\Vendor', 'finders' => $finders, 'patchers' => array(), 'exclude-files' => array( 'vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php' ), // list. 'exclude-namespaces' => array( '/^(?!Psr).*/', // Exclude all namespaces except those starting with "Psr". ), // list. 'exclude-constants' => array(), // list. 'exclude-classes' => array(), // list. 'exclude-functions' => array(), // list. 'expose-global-constants' => false, // bool. 'expose-global-classes' => false, // bool. 'expose-global-functions' => false, // bool. 'expose-namespaces' => array(), // list. 'expose-constants' => array(), // list. 'expose-classes' => array(), // list. 'expose-functions' => array(), // list. );