Code Duplication    Length = 1-1 lines in 2 locations

DependencyInjection/Configuration.php 2 locations

@@ 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()
@@ 203-203 (lines=1) @@
200
                        ->arrayNode('view_response_listener')
201
                            ->beforeNormalization()
202
                                ->ifString()
203
                                ->then(function ($v) { return ['enabled' => in_array($v, ['force', 'true']), 'force' => 'force' === $v]; })
204
                            ->end()
205
                            ->canBeEnabled()
206
                            ->children()