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

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