Skip to content

Commit 0b12353

Browse files
committed
Improve UnusedParametersAnalyzer description
1 parent 7adf8ac commit 0b12353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diagnostics/CC0057.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tagline: UnusedParametersAnalyzer
1111

1212
# Cause
1313

14-
Parameter that are not being used can safely be removed.
14+
When a method declares a parameter and does not use it might bring incorrect conclusions for anyone reading the code and also demands the parameter when the method is called, unnecessarily.
1515

1616
# Example
1717

0 commit comments

Comments
 (0)