Completed
Push — master ( f1c416...8a91b5 )
by Sang
01:40
created
src/Assets.php 1 patch
Doc Comments   +4 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)
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
 
338 338
     /**
339 339
      * @param $configName
340
-     * @return null|string|array
340
+     * @return string
341 341
      */
342 342
     protected function getSourceUrl($configName)
343 343
     {
@@ -364,7 +364,8 @@  discard block
 block discarded – undo
364 364
     }
365 365
 
366 366
     /**
367
-     * @param $configName
367
+     * @param string $configName
368
+     * @param string $location
368 369
      * @return array
369 370
      */
370 371
     protected function getSource($configName, $location = null)
Please login to merge, or discard this patch.