Completed
Push — master ( d52521...4a3ea3 )
by Sergio
01:14
created
src/SwiperSlider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     /**
177 177
      * Create html elements for widget.
178 178
      *
179
-     * @return void
179
+     * @return string
180 180
      */
181 181
     protected function makeHtml()
182 182
     {
Please login to merge, or discard this patch.
src/SwiperSliderAsset.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * @see yii\web\AssetBundle
50 50
      *
51 51
      * @param string $ext
52
-     * @param array  $paths
52
+     * @param string[]  $paths
53 53
      *
54 54
      * @return void
55 55
      */
Please login to merge, or discard this patch.