Skip to content

Commit 865a228

Browse files
committed
Merge branch 'master' into 4.x
2 parents 66c2064 + 3cf8134 commit 865a228

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)