File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ final class SniffsExcludeArgsTest extends TestCase
2424 /**
2525 * Ensure that the expected error message is returned for invalid arguments.
2626 *
27- * @param string $argument 'sniffs' or 'exclude'.
28- * @param string $value List of sniffs to include / exclude.
29- * @param array<string, string > $errors Sniff code and associated help text.
30- * @param string|null $suggestion Help text shown to end user with correct syntax for argument.
27+ * @param string $argument 'sniffs' or 'exclude'.
28+ * @param string $value List of sniffs to include / exclude.
29+ * @param array<string> $errors Sniff code and associated help text.
30+ * @param string|null $suggestion Help text shown to end user with correct syntax for argument.
3131 *
3232 * @return void
3333 * @dataProvider dataInvalidSniffs
You can’t perform that action at this time.
0 commit comments