diff --git a/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc b/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc index 61befc9e73..977a7fb228 100644 --- a/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc +++ b/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc @@ -38,6 +38,3 @@ enum SomeEnum $x = $foo ? function ($foo) use /* comment */ ($bar): int { return 1; } : $bar; - -// Testcase must be on last line in the file. -use diff --git a/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.18.inc b/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.18.inc new file mode 100644 index 0000000000..8195f2f58c --- /dev/null +++ b/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.18.inc @@ -0,0 +1,4 @@ +