Completed
Push — master ( 0824a2...27e52a )
by Sang
01:32
created
src/Assets.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     /**
87 87
      * Add Css to current module.
88 88
      *
89
-     * @param array $assets
89
+     * @param string[] $assets
90 90
      * @return $this
91 91
      */
92 92
     public function addStyles($assets)
@@ -315,7 +315,8 @@  discard block
 block discarded – undo
315 315
     }
316 316
 
317 317
     /**
318
-     * @param $configName
318
+     * @param string $configName
319
+     * @param string $location
319 320
      * @return array
320 321
      */
321 322
     protected function getSource($configName, $location = null)
Please login to merge, or discard this patch.