Completed
Push — master ( cc5db7...9d1937 )
by Leny
09:23 queued 21s
created
Bundle/CoreBundle/Builder/ViewCssBuilder.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
22 22
     /**
23 23
      * Construct.
24 24
      *
25
-     * @param EngineInterface $templating
26 25
      * @param                 $victoireTwigResponsive
27 26
      * @param                 $kernelRootDir
28 27
      *
@@ -39,7 +38,7 @@  discard block
 block discarded – undo
39 38
     /**
40 39
      * Update css by removing old file and writing new file.
41 40
      *
42
-     * @param $oldHash
41
+     * @param string $oldHash
43 42
      * @param View  $view
44 43
      * @param array $widgets
45 44
      */
@@ -169,7 +168,7 @@  discard block
 block discarded – undo
169 168
      * Write css file.
170 169
      *
171 170
      * @param $view
172
-     * @param $css
171
+     * @param string $css
173 172
      */
174 173
     private function writeCssFile(View $view, $css)
175 174
     {
Please login to merge, or discard this patch.