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