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