Skip to content

Commit f281e46

Browse files
authored
Merge pull request #943 from PHPCSStandards/feature/recursescopemapdefaultkeywordconditionstest-fix-param-name
RecurseScopeMapDefaultKeywordConditionsTest: fix parameter name
2 parents b2a9ea4 + 1bf1cca commit f281e46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/Core/Tokenizers/Tokenizer/RecurseScopeMapDefaultKeywordConditionsTest.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,12 @@ public static function dataSwitchDefault()
327327
'closerMarker' => '/* testSwitchDefaultNestedInMatchDefault */',
328328
],
329329
'switch_and_default_sharing_scope_closer' => [
330-
'testMarker' => '/* testSwitchAndDefaultSharingScopeCloser */',
331-
'openerMarker' => '/* testSwitchAndDefaultSharingScopeCloser */',
332-
'closerMarker' => '/* testSwitchAndDefaultSharingScopeCloserScopeCloser */',
333-
'conditionStop' => null,
334-
'testContent' => 'default',
335-
'sharedScopeCloser' => true,
330+
'testMarker' => '/* testSwitchAndDefaultSharingScopeCloser */',
331+
'openerMarker' => '/* testSwitchAndDefaultSharingScopeCloser */',
332+
'closerMarker' => '/* testSwitchAndDefaultSharingScopeCloserScopeCloser */',
333+
'conditionStopMarker' => null,
334+
'testContent' => 'default',
335+
'sharedScopeCloser' => true,
336336
],
337337
'switch_and_default_with_nested_if_with_and_without_braces' => [
338338
'testMarker' => '/* testSwitchDefaultNestedIfWithAndWithoutBraces */',

0 commit comments

Comments
 (0)