Completed
Push — master ( 23d101...355dc3 )
by Sang
01:16
created
src/Assets.php 1 patch
Doc Comments   +3 added lines, -3 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)
@@ -373,8 +373,8 @@  discard block
 block discarded – undo
373 373
     }
374 374
 
375 375
     /**
376
-     * @param $configName
377
-     * @return mixed
376
+     * @param string $configName
377
+     * @return string
378 378
      */
379 379
     protected function getSourceUrl($configName)
380 380
     {
Please login to merge, or discard this patch.