Skip to content

Commit 3cf8134

Browse files
authored
Merge pull request #1041 from PHPCSStandards/feature/bitwiseortest-fix-up-some-descriptions
BitwiseOrTest: fix up some test descriptions
2 parents 6292af2 + a24f815 commit 3cf8134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Core/Tokenizers/PHP/BitwiseOrTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ public static function dataTypeUnion()
153153
'return type for arrow function' => ['/* testTypeUnionArrowReturnType */'],
154154
'type for function parameter, return by ref' => ['/* testTypeUnionNonArrowFunctionDeclaration */'],
155155
'type for function param with true type first' => ['/* testTypeUnionPHP82TrueFirst */'],
156-
'type for function param with true type middle' => ['/* testTypeUnionPHP82TrueMiddle */'],
157-
'type for function param with true type last' => ['/* testTypeUnionPHP82TrueLast */'],
156+
'return type for function with true type middle' => ['/* testTypeUnionPHP82TrueMiddle */'],
157+
'return type for closure with true type last' => ['/* testTypeUnionPHP82TrueLast */'],
158158
];
159159

160160
}//end dataTypeUnion()

0 commit comments

Comments
 (0)