File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
52
52
$ rectorConfig ->parallel ();
53
53
54
- // Github action cache
55
- $ rectorConfig ->cacheClass (FileCacheStorage::class);
56
- if (is_dir ('/tmp ' )) {
57
- $ rectorConfig ->cacheDirectory ('/tmp/rector ' );
58
- }
54
+ // Github action cache
55
+ $ rectorConfig ->cacheClass (FileCacheStorage::class);
56
+ if (is_dir ('/tmp ' )) {
57
+ $ rectorConfig ->cacheDirectory ('/tmp/rector ' );
58
+ }
59
59
60
60
// The paths to refactor (can also be supplied with CLI arguments)
61
61
$ rectorConfig ->paths ([
Original file line number Diff line number Diff line change 51
51
52
52
$ rectorConfig ->parallel ();
53
53
54
- // Github action cache
54
+ // Github action cache
55
55
$ rectorConfig ->cacheClass (FileCacheStorage::class);
56
56
if (is_dir ('/tmp ' )) {
57
57
$ rectorConfig ->cacheDirectory ('/tmp/rector ' );
You can’t perform that action at this time.
0 commit comments