files()->ignoreVCS(\true)->ignoreDotFiles(\false)->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).*/'), // 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(), );