Completed
Pull Request — master (#351)
by Leny
06:37
created
Bundle/WidgetBundle/Form/WidgetOptionsContainer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @param array $options
41 40
      */
42 41
     public function add($key, $value)
43 42
     {
Please login to merge, or discard this patch.
Bundle/WidgetBundle/Renderer/WidgetRenderer.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.