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
refactor(rules): Rename rule from RenameGarbageVariableNameRector to RenameGarbageParamNameRector
- Updates import statements in configuration files to reference RenameGarbageParamNameRector
- Renames class files and namespaces accordingly
- Modifies test references and baseline paths to match new class name
- Ensures consistency across codebase for the renamed rule
Copy file name to clipboardExpand all lines: baselines/rector.avoidFeatureSetAttributeInRector.neon
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ parameters:
5
5
-
6
6
message:'#^Instead of using Rector rule to setAttribute\("start_and_end"\) to be used later, create a service extending "DecoratingNodeVisitorInterface"\. This ensures attribute decoration and node changes are in 2 separated steps\.$#'
0 commit comments