@@ -25,8 +25,6 @@ discard block |
||
25 | 25 | /** |
26 | 26 | * Shortcut to create an url for routing in the framework. |
27 | 27 | * |
28 | - * @param string $route route to use for creating the url where "" or null |
|
29 | - * means baseurl to current frontcontroller. |
|
30 | 28 | * |
31 | 29 | * @return string as resulting url. |
32 | 30 | */ |
@@ -113,7 +111,7 @@ discard block |
||
113 | 111 | * |
114 | 112 | * @param string $region to render in |
115 | 113 | * |
116 | - * @return boolean true or false |
|
114 | + * @return boolean|null true or false |
|
117 | 115 | */ |
118 | 116 | public function renderRegion($region) |
119 | 117 | { |