Skip to content

Commit 0dcd4ef

Browse files
committed
Remove unused variable
1 parent af962dc commit 0dcd4ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Core/Config/SniffsExcludeArgsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public static function dataInvalidSniffs()
7878
];
7979
$data = [];
8080

81-
$messageTemplate = 'ERROR: The specified sniff code "%s" is invalid'.PHP_EOL;
82-
8381
foreach ($arguments as $argument) {
8482
// Empty values are errors.
8583
$data[$argument.'; empty string'] = [

0 commit comments

Comments
 (0)