1 | <?php |
||
25 | final class LinkTranslator |
||
26 | { |
||
27 | private $locator; |
||
28 | private $router; |
||
29 | |||
30 | 6 | public function __construct(Locator $locator, RouterInterface $router) |
|
35 | |||
36 | /** |
||
37 | * @return MapInterface<Reference, MapInterface<string, ParameterInterface>> |
||
1 ignored issue
–
show
|
|||
38 | */ |
||
39 | 4 | public function translate(Link $link): MapInterface |
|
52 | |||
53 | /** |
||
54 | * @return array<Reference, MapInterface<string, ParameterInterface>> |
||
1 ignored issue
–
show
|
|||
55 | */ |
||
56 | 4 | private function translateLinkValue(LinkValue $link): array |
|
77 | |||
78 | /** |
||
79 | * @return MapInterface<string, ParameterInterface> |
||
1 ignored issue
–
show
|
|||
80 | */ |
||
81 | 3 | private function translateParameters(MapInterface $parameters): MapInterface |
|
93 | } |
||
94 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.