Code Duplication    Length = 4-4 lines in 2 locations

source/FluidXml/FluidInsertionHandler.php 2 locations

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