Completed
Push — master ( ab2879...e12044 )
by Sang
01:25
created
src/Assets.php 1 patch
Doc Comments   +2 added lines, -1 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)
@@ -316,6 +316,7 @@  discard block
 block discarded – undo
316 316
 
317 317
     /**
318 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.