@@ -13,6 +13,7 @@ discard block |
||
13 | 13 | * Called when the plugin is added to the view. |
14 | 14 | * |
15 | 15 | * @param ViewInterface $view |
16 | + * @return void |
|
16 | 17 | */ |
17 | 18 | public function onAdd(ViewInterface $view); |
18 | 19 | |
@@ -22,6 +23,7 @@ discard block |
||
22 | 23 | * @param ViewInterface $view |
23 | 24 | * @param string $template Template filename |
24 | 25 | * @param array $context |
26 | + * @return void |
|
25 | 27 | */ |
26 | 28 | public function onRender(ViewInterface $view, $template, array $context); |
27 | 29 | } |