Skip to content

Commit

Permalink
Tests/OtherContextSensitiveKeywordsTest: fix unintentional parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Mar 29, 2024
1 parent 846fbf0 commit 6f46b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Core/Tokenizer/OtherContextSensitiveKeywordsTest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function standAloneFalseTrueNullTypesAndMore(
/* testFalseIsKeywordAsParamType */ false $paramA,
/* testTrueIsKeywordAsParamType */ true $paramB,
/* testNullIsKeywordAsParamType */ null $paramC,
) /* testFalseIsKeywordAsReturnType */ false | /* testTrueIsKeywordAsReturnType */ true | /* testNullIsKeywordAsReturnType */ null {
): /* testFalseIsKeywordAsReturnType */ false | /* testTrueIsKeywordAsReturnType */ true | /* testNullIsKeywordAsReturnType */ null {
if ($a === /* testFalseIsKeywordInComparison */ false
|| $a === /* testTrueIsKeywordInComparison */ true
|| $a === /* testNullIsKeywordInComparison */ null
Expand Down

0 comments on commit 6f46b10

Please sign in to comment.