Skip to content

Commit a24f815

Browse files
committed
BitwiseOrTest: fix up some test descriptions
... to more accurately describe what is being tested.
1 parent 6292af2 commit a24f815

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)