diff --git a/rector.php b/rector.php index d43741a39712..6eeabe396a04 100644 --- a/rector.php +++ b/rector.php @@ -72,7 +72,7 @@ ->withParallel(120, 8, 10) ->withCache( // Github action cache or local - is_dir('/tmp') ? '/tmp/rector' : sys_get_temp_dir() . '/rector', + is_dir('/tmp') ? '/tmp/rector' : null, FileCacheStorage::class ) // paths to refactor; solid alternative to CLI arguments