We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f304d95 commit 5b2bf13Copy full SHA for 5b2bf13
rector.php
@@ -70,7 +70,7 @@
70
&& in_array($_SERVER['argv'][2], ['app', 'system', 'tests', 'utils'], true)
71
&& is_dir('/tmp/rector-' . $_SERVER['argv'][2])
72
) {
73
- $rectorConfig->cacheDirectory($_SERVER['argv'][2]);
+ $rectorConfig->cacheDirectory('/tmp/rector-' . $_SERVER['argv'][2]);
74
}
75
76
// paths to refactor; solid alternative to CLI arguments
0 commit comments