@@ -45,7 +45,7 @@ |
||
45 | 45 | */ |
46 | 46 | public function getPath() |
47 | 47 | { |
48 | - return $this->path; |
|
48 | + return $this->path; |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
@@ -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 | } |