Passed
Push — master ( 3c2107...846d8b )
by Jean Paul
01:45
created

EmbeddedDatabaseConnector::insert()   A

Complexity

Conditions 4
Paths 4

Size

Total Lines 19
Code Lines 9

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 4
eloc 9
c 0
b 0
f 0
nc 4
nop 1
dl 0
loc 19
rs 9.9666
1
<?php
2
3
namespace Coco\SourceWatcher\Core\Database\Connections;
4
5
/**
6
 * Class EmbeddedDatabaseConnector
7
 * @package Coco\SourceWatcher\Core\Database\Connections
8
 */
9
abstract class EmbeddedDatabaseConnector extends Connector
10
{
11
12
}
13