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