Skip to content

Commit c4eefdf

Browse files
committed
ScopeSettingWithNamespaceOperatorTest: fix unintentional parse error
1 parent d7864cb commit c4eefdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/Tokenizer/ScopeSettingWithNamespaceOperatorTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface FooBar extends namespace\BarFoo {}
1313
function foo() : namespace\Baz {}
1414

1515
/* testClosureReturnType */
16-
$closure = function () : namespace\Baz {}
16+
$closure = function () : namespace\Baz {};
1717

1818
/* testArrowFunctionReturnType */
1919
$fn = fn() : namespace\Baz => new namespace\Baz;

0 commit comments

Comments
 (0)