File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Core/Tokenizers/PHP Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ public static function dataTypeUnion()
153
153
'return type for arrow function ' => ['/* testTypeUnionArrowReturnType */ ' ],
154
154
'type for function parameter, return by ref ' => ['/* testTypeUnionNonArrowFunctionDeclaration */ ' ],
155
155
'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 */ ' ],
158
158
];
159
159
160
160
}//end dataTypeUnion()
You can’t perform that action at this time.
0 commit comments