@@ -30,7 +30,7 @@ |
||
30 | 30 | * @param array $context The context in which to render the Renderable. |
31 | 31 | * @param string $content Optional. The content that the view should |
32 | 32 | * represent. |
33 | - * @return string|null Rendered output of the Renderable. |
|
33 | + * @return string Rendered output of the Renderable. |
|
34 | 34 | */ |
35 | 35 | public function render(array $context, $content = null) |
36 | 36 | { |