Skip to content

Commit 9d01436

Browse files
committed
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 <#333> to track the incorrect fixer changes being applied in the other parse error case.
1 parent 293b617 commit 9d01436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
2-
use UnfinishedGroup\NotFixable {
2+
use UnfinishedGroup\NotFixable\ {
33
ClassT,

0 commit comments

Comments
 (0)