@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * Loop through sitemap items and see if one matches the requestUri. |
89 | 89 | * If it does, add it tot the matchedSitemapItems array |
90 | 90 | * |
91 | - * @param $request |
|
91 | + * @param Request $request |
|
92 | 92 | */ |
93 | 93 | private function sitemapMatching($request) |
94 | 94 | { |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | * @param string $template |
151 | 151 | * @param array $parameters |
152 | 152 | * |
153 | - * @return mixed |
|
153 | + * @return Component |
|
154 | 154 | * @throws \Exception |
155 | 155 | */ |
156 | 156 | private function getComponentObject($class='', $template='', $parameters=array(), $matchedSitemapItem) |