Code Duplication    Length = 13-13 lines in 2 locations

Propel/Provider.php 1 location

@@ 70-82 (lines=13) @@
67
    /**
68
     * {@inheritdoc}
69
     */
70
    protected function configureOptions()
71
    {
72
        parent::configureOptions();
73
74
        $this->resolver->setDefaults([
75
            'clear_object_manager' => true,
76
            'debug_logging' => false,
77
            'ignore_errors' => false,
78
            'offset' => 0,
79
            'query_builder_method' => 'createQueryBuilder',
80
            'sleep' => 0,
81
        ]);
82
    }
83
}
84

Doctrine/AbstractProvider.php 1 location

@@ 143-155 (lines=13) @@
140
    /**
141
     * {@inheritdoc}
142
     */
143
    protected function configureOptions()
144
    {
145
        parent::configureOptions();
146
147
        $this->resolver->setDefaults([
148
            'clear_object_manager' => true,
149
            'debug_logging' => false,
150
            'ignore_errors' => false,
151
            'offset' => 0,
152
            'query_builder_method' => 'createQueryBuilder',
153
            'sleep' => 0,
154
        ]);
155
    }
156
157
    /**
158
     * If this Provider has a SliceFetcher defined, we use it instead of falling back to