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 02d4118 commit 943fd08Copy full SHA for 943fd08
tests/Set/Fixture/named_argument_trailing_comma3.php.inc
@@ -25,7 +25,7 @@ namespace Rector\Tests\Set\Fixture;
25
26
final class NamedArgumentTrailingComma3
27
{
28
- public function run(string $foo, string $bar)
+ public function run(string $foo, string $bar, string $baz)
29
{}
30
31
public function execute()
0 commit comments