Skip to content

Commit 5a4d25f

Browse files
committed
added trailing , in array
1 parent 1b6bfbb commit 5a4d25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Maker/MakeResetPasswordTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function (string $output, string $directory) {
5757
$resetPasswordConfig = Yaml::parse(file_get_contents(sprintf('%s/config/packages/reset_password.yaml', $directory)));
5858
$this->assertSame('App\Repository\ResetPasswordRequestRepository', $resetPasswordConfig['symfonycasts_reset_password']['request_password_repository']);
5959
}
60-
)
60+
),
6161
];
6262

6363
yield 'reset_password_functional_test' => [MakerTestDetails::createTest(
@@ -75,7 +75,7 @@ function (string $output, string $directory) {
7575
->addExtraDependencies('symfony/form')
7676
->addExtraDependencies('symfony/validator')
7777
->addExtraDependencies('twig')
78-
->setFixtureFilesPath(__DIR__.'/../fixtures/MakeResetPasswordFunctionalTest')
78+
->setFixtureFilesPath(__DIR__.'/../fixtures/MakeResetPasswordFunctionalTest'),
7979
];
8080
}
8181
}

0 commit comments

Comments
 (0)