Attempt to fix Rector cache again

This commit is contained in:
Dan Harrin
2026-05-27 17:33:53 +01:00
parent 8e950dd102
commit fa2ab411ad
2 changed files with 2 additions and 30 deletions
+2
View File
@@ -1,5 +1,6 @@
<?php
use Rector\Caching\ValueObject\Storage\FileCacheStorage;
use Rector\Config\RectorConfig;
return RectorConfig::configure()
@@ -14,6 +15,7 @@ return RectorConfig::configure()
])
->withCache(
cacheDirectory: __DIR__ . '/.rector.cache',
cacheClass: FileCacheStorage::class,
)
->withTypeCoverageLevel(0)
->withDeadCodeLevel(0)