Skip to content

Commit d0e1cf8

Browse files
committed
Correct param type for $errors
1 parent b270da2 commit d0e1cf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Core/Config/SniffsExcludeArgsTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)