Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class DateIntervalGeneratorFactory implements FakeDataGeneratorFactoryInterface |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @param Table $table |
||
13 | * @param Column $column |
||
14 | * @param SchemaHelper $schemaHelper |
||
15 | * @return FakeDataGeneratorInterface |
||
16 | * |
||
17 | */ |
||
18 | public function create(Table $table, Column $column, SchemaHelper $schemaHelper) : FakeDataGeneratorInterface |
||
24 |