in( __DIR__ ) ->exclude( [ 'tests/', 'vendor/', 'node_modules/', ] ); $config = new PhpCsFixer\Config(); $config->setUnsupportedPhpVersionAllowed( true ); return $config->setRules( [] )->setFinder( $finder );