Code Duplication    Length = 4-4 lines in 2 locations

source/FluidXml/FluidInsertionHandler.php 2 locations

@@ 153-156 (lines=4) @@
150
                        $handler = 'insertIntegerArray';
151
                }
152
153
                if ($handler !== null) {
154
                        $status = true;
155
                        return $this->$handler($parent, $k, $v, $fn, $optionals);
156
                }
157
        }
158
159
        protected function handleDocuments($parent, $k, $v, $fn, &$optionals, &$status)
@@ 186-189 (lines=4) @@
183
                        $handler = 'insertIntegerFluidcontext';
184
                }
185
186
                if ($handler !== null) {
187
                        $status = true;
188
                        return $this->$handler($parent, $k, $v, $fn, $optionals);
189
                }
190
        }
191
192
        protected function createElement($name, $value = null)