Skip to content

Commit 454171b

Browse files
committed
Fixed failing case
1 parent 33702cf commit 454171b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc.fixed

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ interface I6 extends // comment
222222
{
223223
}
224224

225-
class C7 extends \Foo\Bar implements // comment
226-
\Baz\Bar
225+
class C7 extends \Foo\Bar implements \Baz\Bar // comment
227226
{
228227
}

0 commit comments

Comments
 (0)