Code Duplication    Length = 3-3 lines in 2 locations

src/Bundle/DependencyInjection/DunglasDoctrineJsonOdmExtension.php 2 locations

@@ 32-34 (lines=3) @@
29
            return;
30
        }
31
32
        if (!isset($frameworkConfiguration['serializer']) || !isset($frameworkConfiguration['serializer']['enabled'])) {
33
            $container->prependExtensionConfig('framework', ['serializer' => ['enabled' => true]]);
34
        }
35
36
        if (!isset($frameworkConfiguration['property_info']) || !isset($frameworkConfiguration['property_info']['enabled'])) {
37
            $container->prependExtensionConfig('framework', ['property_info' => ['enabled' => true]]);
@@ 36-38 (lines=3) @@
33
            $container->prependExtensionConfig('framework', ['serializer' => ['enabled' => true]]);
34
        }
35
36
        if (!isset($frameworkConfiguration['property_info']) || !isset($frameworkConfiguration['property_info']['enabled'])) {
37
            $container->prependExtensionConfig('framework', ['property_info' => ['enabled' => true]]);
38
        }
39
    }
40
41
    /**