| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 90% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class RevertUrlSlug |
||
| 13 | { |
||
| 14 | /** @var ProvidesUrl */ |
||
| 15 | private $model; |
||
| 16 | |||
| 17 | private $existingRecords; |
||
|
|
|||
| 18 | |||
| 19 | 1 | public function __construct(ProvidesUrl $model) |
|
| 20 | { |
||
| 21 | 1 | $this->model = $model; |
|
| 22 | 1 | } |
|
| 23 | |||
| 24 | 1 | public function handle(string $locale): void |
|
| 39 | // No url present so nothing to do here... |
||
| 40 | } |
||
| 43 |