mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-19 02:04:55 +08:00
Attempt to fix Rector cache again
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user