Code Duplication    Length = 1-1 lines in 2 locations

DependencyInjection/Configuration.php 2 locations

@@ 204-204 (lines=1) @@
201
                        ->arrayNode('view_response_listener')
202
                            ->beforeNormalization()
203
                                ->ifString()
204
                                ->then(function ($v) { return ['enabled' => in_array($v, ['force', 'true']), 'force' => 'force' === $v]; })
205
                            ->end()
206
                            ->canBeEnabled()
207
                            ->children()
@@ 67-67 (lines=1) @@
64
                ->arrayNode('param_fetcher_listener')
65
                    ->beforeNormalization()
66
                        ->ifString()
67
                        ->then(function ($v) { return ['enabled' => in_array($v, ['force', 'true']), 'force' => 'force' === $v]; })
68
                    ->end()
69
                    ->canBeEnabled()
70
                    ->children()