getRules(); $rules['ordered_imports'] = ['sort_algorithm' => 'alpha']; $config ->setIndent("\t") ->setRules($rules) ->getFinder() ->ignoreVCSIgnored(true) ->notPath('build') ->notPath('l10n') ->notPath('src') ->notPath('vendor') ->in(__DIR__); return $config;