@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * Map field value to a proper search engine representation. |
| 34 | 34 | * |
| 35 | - * @return mixed |
|
| 35 | + * @return string |
|
| 36 | 36 | */ |
| 37 | 37 | public function map(Field $field) |
| 38 | 38 | { |
@@ -37,6 +37,9 @@ discard block |
||
| 37 | 37 | $this->siteAccess = $siteAccess; |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | + /** |
|
| 41 | + * @param string $path |
|
| 42 | + */ |
|
| 40 | 43 | public function setFragmentPath($path) |
| 41 | 44 | { |
| 42 | 45 | if (!$this->innerRenderer instanceof RoutableFragmentRenderer) { |
@@ -57,7 +60,7 @@ discard block |
||
| 57 | 60 | * @param Request $request A Request instance |
| 58 | 61 | * @param array $options An array of options |
| 59 | 62 | * |
| 60 | - * @return Response A Response instance |
|
| 63 | + * @return \Symfony\Component\HttpFoundation\Response A Response instance |
|
| 61 | 64 | */ |
| 62 | 65 | public function render($uri, Request $request, array $options = []) |
| 63 | 66 | { |