| Total Complexity | 6 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class BlobGenerator implements FakeDataGeneratorInterface |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | private $globExpression; |
||
| 15 | /** |
||
| 16 | * @var Column |
||
| 17 | */ |
||
| 18 | private $column; |
||
| 19 | |||
| 20 | public function __construct(string $globExpression, Column $column) |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return bool|resource |
||
| 28 | * @throws NoTestFilesFoundException |
||
| 29 | */ |
||
| 30 | public function __invoke() |
||
| 53 |