@@ -37,7 +37,6 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @param array $options |
|
41 | 40 | */ |
42 | 41 | public function add($key, $value) |
43 | 42 | { |
@@ -26,7 +26,6 @@ discard block |
||
26 | 26 | * |
27 | 27 | * @param Container $container |
28 | 28 | * @param $victoireTwigResponsive |
29 | - * @param Client $redis |
|
30 | 29 | * @param WidgetCache $widgetCache |
31 | 30 | */ |
32 | 31 | public function __construct(Container $container, $victoireTwigResponsive, WidgetCache $widgetCache) |
@@ -196,7 +195,7 @@ discard block |
||
196 | 195 | * |
197 | 196 | * @param Widget $widget |
198 | 197 | * |
199 | - * @return mixed |
|
198 | + * @return string |
|
200 | 199 | */ |
201 | 200 | public function renderStyle(Widget $widget) |
202 | 201 | { |