Skip to content

Commit 792cf66

Browse files
committed
Report all errors, even if duplicates
1 parent 995522f commit 792cf66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,6 @@ private function parseSniffCodes($input, $argument)
16551655
$sniffs = [];
16561656

16571657
$possibleSniffs = explode(',', $input);
1658-
$possibleSniffs = array_unique($possibleSniffs);
16591658

16601659
foreach ($possibleSniffs as $sniff) {
16611660
$sniff = trim($sniff);

0 commit comments

Comments
 (0)