Fix styling

This commit is contained in:
awcodes
2025-06-21 15:20:07 +00:00
committed by github-actions[bot]
parent c2645897dd
commit 0614324a3e
5 changed files with 6 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ use Rector\Config\RectorConfig;
return RectorConfig::configure()
->withPaths([
__DIR__.'/src',
__DIR__ . '/src',
])
->withPreparedSets(
deadCode: true,