@@ -91,7 +91,7 @@ |
||
91 | 91 | /** |
92 | 92 | * Prepares the request collaborator |
93 | 93 | * |
94 | - * @param ServerRequestInterface|Collaborator $request |
|
94 | + * @param ServerRequestInterface $request |
|
95 | 95 | */ |
96 | 96 | private function prepareRequest(ServerRequestInterface $request) |
97 | 97 | { |
@@ -109,9 +109,9 @@ |
||
109 | 109 | /** |
110 | 110 | * Prepares the test |
111 | 111 | * |
112 | - * @param ServerRequestInterface|Collaborator $request |
|
113 | - * @param RouterContainer|Collaborator $router |
|
114 | - * @param Generator|Collaborator $generator |
|
112 | + * @param ServerRequestInterface $request |
|
113 | + * @param RouterContainer $router |
|
114 | + * @param Generator $generator |
|
115 | 115 | */ |
116 | 116 | private function prepareTest( |
117 | 117 | ServerRequestInterface $request, |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param string $location Location name, path or identifier |
27 | 27 | * @param array $options Filter options |
28 | 28 | * |
29 | - * @return UriInterface|null |
|
29 | + * @return CustomUri|null |
|
30 | 30 | */ |
31 | 31 | public function transform($location, array $options = []) |
32 | 32 | { |