files() ->in([ __DIR__ . '/src/', __DIR__ . '/tests/', ]) ->exclude([ 'build', 'Views', ]) ->append([ __FILE__, __DIR__ . '/rector.php', ]); $overrides = [ // 'declare_strict_types' => true, // 'void_return' => true, ]; $options = [ 'finder' => $finder, 'cacheFile' => 'build/.php-cs-fixer.cache', ]; return Factory::create(new CodeIgniter4(), $overrides, $options)->forProjects();