You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rector.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
45
45
// The paths to refactor (can also be supplied with CLI arguments)
46
46
$rectorConfig->paths([
47
-
__DIR__ . '/app/',
47
+
__DIR__ . '/src/',
48
48
__DIR__ . '/tests/',
49
49
]);
50
50
@@ -111,7 +111,7 @@
111
111
* The INLINE_PUBLIC value is default to false to avoid BC break, if you use for libraries and want to preserve BC break, you don't need to configure it, as it included in LevelSetList::UP_TO_PHP_74
0 commit comments