Skip to content

Commit d1bfb0a

Browse files
committed
Apply whitespace changes from phpcbf
1 parent 99753e8 commit d1bfb0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Core/Config/SniffsExcludeArgsTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public static function dataInvalidSniffs()
184184
],
185185
'suggestion' => 'Standard.Category.Sniff',
186186
];
187-
$data[$argument.'; case mismatch - same error'] = [
187+
$data[$argument.'; case mismatch - same error'] = [
188188
'argument' => $argument,
189189
'value' => 'sTANDARD.cATEGORY.sNIFF.cODE,Standard.Category.Sniff.Code',
190190
'errors' => [
@@ -264,12 +264,12 @@ public static function dataValidSniffs()
264264
];
265265

266266
// Duplicates are reduced silently.
267-
$data[$argument.'; one valid sniff twice'] = [
267+
$data[$argument.'; one valid sniff twice'] = [
268268
'argument' => $argument,
269269
'value' => 'Standard.Category.Sniff,Standard.Category.Sniff',
270270
'result' => ['Standard.Category.Sniff'],
271271
];
272-
$data[$argument.'; one valid sniff in different cases'] = [
272+
$data[$argument.'; one valid sniff in different cases'] = [
273273
'argument' => $argument,
274274
'value' => 'Standard.Category.Sniff, standard.category.sniff, STANDARD.CATEGORY.SNIFF',
275275
'result' => ['Standard.Category.Sniff'],

0 commit comments

Comments
 (0)