We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbadd32 commit a27fa39Copy full SHA for a27fa39
packages/reflection/tests/Fixtures/TestClassA.php
@@ -6,7 +6,7 @@
6
7
final class TestClassA
8
{
9
- public function method(TestEnum $enum, TestBackedEnum $backedEnum, string $other)
+ public function method(TestEnum $_enum, TestBackedEnum $_backedEnum, string $_other)
10
11
}
12
0 commit comments