Completed
Push — master ( 2190ea...fe8eef )
by Leny
10s
created
Bundle/WidgetBundle/Cache/WidgetCache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         );
87 87
     }
88 88
 
89
+    /**
90
+     * @param Widget $widget
91
+     */
89 92
     private function generateHash($widget)
90 93
     {
91 94
         return sprintf('%s-%s-%s-%s',
Please login to merge, or discard this patch.
Bundle/WidgetBundle/Renderer/WidgetRenderer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
      * WidgetRenderer constructor.
25 25
      *
26 26
      * @param Container   $container
27
-     * @param Client      $redis
28 27
      * @param WidgetCache $widgetCache
29 28
      */
30 29
     public function __construct(Container $container, WidgetCache $widgetCache)
Please login to merge, or discard this patch.