@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | * |
| 142 | 142 | * @param string $region which region to check |
| 143 | 143 | * |
| 144 | - * @return $this |
|
| 144 | + * @return boolean |
|
| 145 | 145 | */ |
| 146 | 146 | public function hasContent($region) |
| 147 | 147 | { |
@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | * |
| 171 | 171 | * @param string $region which region to use |
| 172 | 172 | * |
| 173 | - * @return void |
|
| 173 | + * @return ViewContainer|null |
|
| 174 | 174 | */ |
| 175 | 175 | public function render($region = "main") |
| 176 | 176 | { |
@@ -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 | { |