Code Duplication    Length = 1-1 lines in 2 locations

DependencyInjection/Configuration.php 2 locations

@@ 219-219 (lines=1) @@
216
                        ->arrayNode('view_response_listener')
217
                            ->beforeNormalization()
218
                                ->ifString()
219
                                ->then(function ($v) { return ['enabled' => in_array($v, ['force', 'true']), 'force' => 'force' === $v]; })
220
                            ->end()
221
                            ->canBeEnabled()
222
                            ->children()
@@ 83-83 (lines=1) @@
80
                ->arrayNode('param_fetcher_listener')
81
                    ->beforeNormalization()
82
                        ->ifString()
83
                        ->then(function ($v) { return ['enabled' => in_array($v, ['force', 'true']), 'force' => 'force' === $v]; })
84
                    ->end()
85
                    ->canBeEnabled()
86
                    ->children()