| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class LastResortGenerator implements GeneratorInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var Registry |
||
| 14 | */ |
||
| 15 | private $fakerRegistry; |
||
| 16 | |||
| 17 | 82 | public function __construct(?RegistryInterface $fakerRegistry = null) |
|
| 20 | 82 | } |
|
| 21 | |||
| 22 | 23 | public function generateForProperty(FieldMetadata $field, FakeMock $fakemock, ?string $group = null) |
|
| 27 |