Skip to content

Commit a27fa39

Browse files
committed
wip
1 parent bbadd32 commit a27fa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reflection/tests/Fixtures/TestClassA.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
final class TestClassA
88
{
9-
public function method(TestEnum $enum, TestBackedEnum $backedEnum, string $other)
9+
public function method(TestEnum $_enum, TestBackedEnum $_backedEnum, string $_other)
1010
{
1111
}
1212
}

0 commit comments

Comments
 (0)