| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | 102 | private function mapping(): array |
|
| 37 | { |
||
| 38 | return [ |
||
| 39 | 102 | RouteSituations::class => ['Send', 'Url', 'Route', 'Action'], |
|
| 40 | ViewSituations::class => ['View'], |
||
| 41 | EloquentSituations::class => ['Fetch', 'Create', 'Update', 'Save', 'Delete'], |
||
| 42 | EventSituations::class => ['Event'], |
||
| 43 | ]; |
||
| 46 |