Skip to content

Commit 3e6d1c8

Browse files
committed
Fix CS
1 parent ff1dbc1 commit 3e6d1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ private function registerFormConfiguration(array $config, ContainerBuilder $cont
497497

498498
if ($this->isConfigEnabled($container, $config['form']['csrf_protection'])) {
499499
if (!$container->hasDefinition('security.csrf.token_generator')) {
500-
throw new \LogicException('To use form CSRF protection `framework.csrf_protection` must be enabled.');
500+
throw new \LogicException('To use form CSRF protection, "framework.csrf_protection" must be enabled.');
501501
}
502502

503503
$loader->load('form_csrf.xml');

0 commit comments

Comments
 (0)