---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---

### Summary

<!-- Provide a summary here -->

### Versions

<!-- Provide the versions of PHP and `fakerphp/faker` on which the issue has been observed -->

|                | Version |
|:---------------|:--------|
| PHP            | x.y.z   |
| `fakerphp/faker`  | x.y.z   |

### Self-enclosed code snippet for reproduction

```php
# replace this with a self-enclosed usage example
```

### Expected output

```txt
# replace this with the expected output of your self-enclosed example
```

### Actual output

```txt
# replace this with the actual output of your self-enclosed example
```
