From 9d014368f2bed2d71472a87492ec772591e4a125 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Thu, 8 Feb 2024 12:44:21 +0000 Subject: [PATCH] PSR2/UseDeclaration - refine testcase While this test-case was always intended to be a parse error, it wasn't intended to be _that_ parse error. The initial intention was that this particular case (unfinished group) not be fixable. That was the case when the code was initially written, but a later change enabled the auto-fixer and broke this. I have opened to track the incorrect fixer changes being applied in the other parse error case. --- .../PSR2/Tests/Namespaces/UseDeclarationUnitTest.17.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.17.inc b/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.17.inc index f0f664ad78..5bc9618d87 100644 --- a/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.17.inc +++ b/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.17.inc @@ -1,3 +1,3 @@