| Total Complexity | 4 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class RouteArgumentResolver implements ParameterAttributeResolverInterface |
||
| 15 | { |
||
| 16 | 3 | public function __construct( |
|
| 17 | private CurrentRoute $currentRoute, |
||
| 18 | ) { |
||
| 19 | 3 | } |
|
| 20 | |||
| 21 | 3 | public function getParameterValue(ParameterAttributeInterface $attribute, Context $context): mixed |
|
| 35 | } |
||
| 36 | } |
||
| 37 |