Skip to content

Commit 2f54320

Browse files
committed
sneak in cs-fixer fixes
1 parent bfe611c commit 2f54320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Fixtures/AbstractResetPasswordTestKernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function registerBundles()
4040
return [
4141
new FrameworkBundle(),
4242
new SymfonyCastsResetPasswordBundle(),
43-
new DoctrineBundle()
43+
new DoctrineBundle(),
4444
];
4545
}
4646

@@ -70,7 +70,7 @@ protected function configureContainer(ContainerBuilder $container, LoaderInterfa
7070
$container->register(ResetPasswordRequestRepositoryTestFixture::class);
7171

7272
$container->loadFromExtension('symfonycasts_reset_password', [
73-
'request_password_repository' => ResetPasswordRequestRepositoryTestFixture::class
73+
'request_password_repository' => ResetPasswordRequestRepositoryTestFixture::class,
7474
]);
7575

7676
// avoid logging request logs

0 commit comments

Comments
 (0)