Skip to content

Commit 943fd08

Browse files
committed
udpate fixture
1 parent 02d4118 commit 943fd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Set/Fixture/named_argument_trailing_comma3.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Rector\Tests\Set\Fixture;
2525

2626
final class NamedArgumentTrailingComma3
2727
{
28-
public function run(string $foo, string $bar)
28+
public function run(string $foo, string $bar, string $baz)
2929
{}
3030

3131
public function execute()

0 commit comments

Comments
 (0)