Code Duplication    Length = 6-6 lines in 2 locations

src/DB/IndexDB.php 2 locations

@@ 285-290 (lines=6) @@
282
                case "start_line":
283
                case "end_line":
284
                case "line":
285
                case "column":
286
                    $table->addColumn
287
                        ($field, "integer"
288
                        , ["notnull" => true, "unsigned" => true]
289
                        );
290
                    break;
291
                case "namespace_id":
292
                    $table->addColumn
293
                        ($field, "integer"
@@ 291-296 (lines=6) @@
288
                        , ["notnull" => true, "unsigned" => true]
289
                        );
290
                    break;
291
                case "namespace_id":
292
                    $table->addColumn
293
                        ($field, "integer"
294
                        , ["notnull" => false, "unsigned" => true]
295
                        );
296
                   break;
297
                case "path":
298
                case "source":
299
                case "name":