Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | 1 | class Enum extends Type |
|
32 | { |
||
33 | 1 | /** |
|
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function getName() |
||
39 | 1 | } |
|
40 | |||
41 | 1 | /** |
|
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform) |
||
47 | 1 | } |
|
48 | |||
49 | 1 | /** |
|
50 | * {@inheritdoc} |
||
51 | */ |
||
52 | public function requiresSQLCommentHint(AbstractPlatform $platform) |
||
57 |