@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | * Loop through sitemap items and see if one matches the requestUri. |
85 | 85 | * If it does, add it tot the matchedSitemapItems array |
86 | 86 | * |
87 | - * @param $request |
|
87 | + * @param Request $request |
|
88 | 88 | */ |
89 | 89 | private function sitemapMatching($request) |
90 | 90 | { |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | * @param string $template |
147 | 147 | * @param array $parameters |
148 | 148 | * |
149 | - * @return mixed |
|
149 | + * @return \library\components\Component |
|
150 | 150 | * @throws \Exception |
151 | 151 | */ |
152 | 152 | private function getComponentObject($class='', $template='', $parameters=array()) |
@@ -29,7 +29,6 @@ |
||
29 | 29 | * Dumps a var_dump of the passed arguments with <pre> tags surrounding it. |
30 | 30 | * Dies afterwards |
31 | 31 | * |
32 | - * @param mixed $data The data to be displayed |
|
33 | 32 | */ |
34 | 33 | function dump() |
35 | 34 | { |
@@ -17,6 +17,7 @@ |
||
17 | 17 | * @param $template |
18 | 18 | * @param Request $request |
19 | 19 | * @param $parameters |
20 | + * @return void |
|
20 | 21 | */ |
21 | 22 | function __construct($template, Request $request, $parameters); |
22 | 23 |