@@ -113,7 +113,7 @@ |
||
113 | 113 | * |
114 | 114 | * @param string $region to render in |
115 | 115 | * |
116 | - * @return boolean true or false |
|
116 | + * @return boolean|null true or false |
|
117 | 117 | */ |
118 | 118 | public function renderRegion($region) |
119 | 119 | { |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | * |
180 | 180 | * @param string $region which region to check |
181 | 181 | * |
182 | - * @return $this |
|
182 | + * @return boolean |
|
183 | 183 | */ |
184 | 184 | public function hasContent($region) |
185 | 185 | { |
@@ -193,7 +193,7 @@ discard block |
||
193 | 193 | * |
194 | 194 | * @param string $region which region to use |
195 | 195 | * |
196 | - * @return void |
|
196 | + * @return ViewCollection|null |
|
197 | 197 | */ |
198 | 198 | public function render($region = "main") |
199 | 199 | { |
@@ -82,7 +82,7 @@ |
||
82 | 82 | /** |
83 | 83 | * Render the view by its type. |
84 | 84 | * |
85 | - * @param object $di optional with access to the framework resources. |
|
85 | + * @param ContainerInterface $di optional with access to the framework resources. |
|
86 | 86 | * |
87 | 87 | * @return void |
88 | 88 | */ |