withPaths([ __DIR__ . '/public', __DIR__ . '/src', __DIR__ . '/tests', ]) ->withRootFiles() ->withPhpCsFixerSets( per: true, php84Migration: true, ) ->withPreparedSets( arrays: true, comments: true, controlStructures: true, strict: true, cleanCode: true, ) ->withRules([ NoUnusedImportsFixer::class, OrderedImportsFixer::class, ]) ;