TextColumnInterface
last analyzed

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 2
Bugs 1 Features 0
Metric Value
c 2
b 1
f 0
dl 0
loc 3
1
<?php
2
namespace Soluble\Db\Metadata\Column\Definition;
3
4
interface TextColumnInterface
5
{
6
}
7