| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class BlobGeneratorFactory implements FakeDataGeneratorFactoryInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var string |
||
| 12 | */ |
||
| 13 | private $globExpression; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * ComplexObjectGenerator constructor. |
||
| 17 | * @param string $globExpression |
||
| 18 | */ |
||
| 19 | public function __construct(string $globExpression) |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param Table $table |
||
| 26 | * @param Column $column |
||
| 27 | * @param SchemaHelper $helper |
||
| 28 | * @return FakeDataGeneratorInterface |
||
| 29 | */ |
||
| 30 | public function create(Table $table, Column $column, SchemaHelper $helper): FakeDataGeneratorInterface |
||
| 35 |