Code Duplication    Length = 1-1 lines in 2 locations

DependencyInjection/Configuration.php 2 locations

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